WIP: use local Reticulum-rs
This commit is contained in:
parent
b5c94b562e
commit
ce4d4032ca
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ tokio-util = "0.7.15"
|
||||||
# Logging
|
# Logging
|
||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
reticulum = "0.1.0"
|
reticulum = { path = "../Reticulum-rs", version="0.1.0" }
|
||||||
clap = { version = "4.5.53", features = ["derive"] }
|
clap = { version = "4.5.53", features = ["derive"] }
|
||||||
serde = { version = "1.0.228", features = ["derive"] }
|
serde = { version = "1.0.228", features = ["derive"] }
|
||||||
bincode = { version = "2.0.1", features = ["serde"] }
|
bincode = { version = "2.0.1", features = ["serde"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue