mirror of https://github.com/telemt/telemt.git
Update Cargo.toml
This commit is contained in:
parent
471c680def
commit
bae811f8f1
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "telemt"
|
||||
version = "3.0.5"
|
||||
version = "3.0.6"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
|
@ -30,6 +30,7 @@ nix = { version = "0.28", default-features = false, features = ["net"] }
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
toml = "0.8"
|
||||
x509-parser = "0.15"
|
||||
|
||||
# Utils
|
||||
bytes = "1.9"
|
||||
|
|
|
|||
Loading…
Reference in New Issue