equal
deleted
inserted
replaced
3 |
3 |
4 version = "0.1.1" |
4 version = "0.1.1" |
5 author = "Mahlon E. Smith <mahlon@martini.nu>" |
5 author = "Mahlon E. Smith <mahlon@martini.nu>" |
6 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." |
7 license = "MIT" |
7 license = "MIT" |
8 installExt = @["stomp"] |
8 installExt = @["nim"] |
9 bin = @["stomp"] |
|
10 srcDir = "src" |
9 srcDir = "src" |
11 |
10 |
12 |
11 |
13 # Dependencies |
12 # Dependencies |
14 |
13 |