first working version, not debugged yet
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@@ -1,6 +1,22 @@
|
||||
[package]
|
||||
name = "rsnmpagent"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
|
||||
[profile.release]
|
||||
#strip = "debuginfo"
|
||||
strip = true
|
||||
|
||||
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
flexi_logger = { version = "0.31", features = ["syslog_writer"] }
|
||||
figment = { version = "0.10", features = ["env", "yaml"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
clap = { version = "4.5", features = ["derive" ] }
|
||||
regex = "1.12"
|
||||
chrono = "0.4"
|
||||
hex = "0.4"
|
||||
sha3 = "0.10"
|
||||
diff = "0.1"
|
||||
glob = "0.3"
|
||||
Reference in New Issue
Block a user