equal
deleted
inserted
replaced
|
1 |
1 # Package |
2 # Package |
2 |
3 |
3 version = "0.1.0" |
4 version = "0.1.1" |
4 author = "Mahlon E. Smith <mahlon@martini.nu>" |
5 author = "Mahlon E. Smith <mahlon@martini.nu>" |
5 description = "A pure-nim implementation of the STOMP protocol for machine messaging." |
6 description = "A pure-nim implementation of the STOMP protocol for machine messaging." |
6 license = "MIT" |
7 license = "MIT" |
|
8 installExt = @["stomp"] |
|
9 bin = @["stomp"] |
|
10 srcDir = "src" |
|
11 |
7 |
12 |
8 # Dependencies |
13 # Dependencies |
9 |
14 |
10 requires "nim >= 0.13.0" |
15 requires "nim >= 0.19.0" |
11 |
16 |