Compare commits
2 Commits
v0.4.1
...
95b3076fe2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95b3076fe2 | ||
|
|
c39d04d716 |
10
Cargo.toml
10
Cargo.toml
@@ -19,4 +19,12 @@ chrono = "0.4"
|
||||
hex = "0.4"
|
||||
sha3 = "0.10"
|
||||
diff = "0.1"
|
||||
glob = "0.3"
|
||||
glob = "0.3"
|
||||
|
||||
|
||||
[package.metadata.generate-rpm]
|
||||
assets = [
|
||||
{ source = "target/release/rsnmpagent", dest = "/usr/sbin/rsnmpagent", mode = "750" },
|
||||
]
|
||||
license = "GPL-3"
|
||||
description = "rsnmpagent for extending snmpd"
|
||||
|
||||
Reference in New Issue
Block a user