equal
deleted
inserted
replaced
1 |
1 |
2 # Package |
2 # Package |
3 |
3 |
4 version = "0.1.2" |
4 version = "0.1.3" |
5 author = "Mahlon E. Smith <mahlon@martini.nu>" |
5 author = "Mahlon E. Smith <mahlon@martini.nu>" |
6 description = "Parsing and serializing for the TNetstring format." |
6 description = "Parsing and serializing for the TNetstring format." |
7 license = "MIT" |
7 license = "MIT" |
8 installExt = @["nim"] |
8 installExt = @["nim"] |
9 srcDir = "src" |
9 srcDir = "src" |
10 |
10 |
11 |
11 |
12 # Dependencies |
12 # Dependencies |
13 |
13 |
14 requires "nim >= 0.19.0" |
14 requires "nim >= 1.4.0" |
15 |
15 |