crypt-configs 0.1.0

A simple config format
Documentation
1
2
3
4
5
6
7
8
9
10

root = {
    inner_1 = {
        content = "Contents of inner 1"
    };

    inner_2 = {
        content = "Contents of inner 2"
    }
}