forked from sigil-03/number-station
wip
This commit is contained in:
parent
54188e177a
commit
8324af0844
3 changed files with 190 additions and 33 deletions
|
|
@ -15,7 +15,9 @@ tokio-util = "0.7.15"
|
|||
# Logging
|
||||
log = "0.4.27"
|
||||
env_logger = "0.10"
|
||||
reticulum = "0.1.0"
|
||||
# reticulum = "0.1.0"
|
||||
reticulum = { path="../Reticulum-rs" }
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
bincode = { version = "2.0.1", features = ["serde"] }
|
||||
toml = { version = "0.9.8", features = ["display", "serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue