cargo: use my fork of Reticulum, for multicast UDP
This commit is contained in:
parent
b5c94b562e
commit
b399777024
2 changed files with 35 additions and 3 deletions
|
|
@ -15,7 +15,11 @@ tokio-util = "0.7.15"
|
|||
# Logging
|
||||
log = "0.4.27"
|
||||
env_logger = "0.10"
|
||||
reticulum = "0.1.0"
|
||||
|
||||
reticulum = { git="http://github.com/SebKuzminsky/Reticulum-rs", branch="multicast" }
|
||||
#reticulum = { path = "../Reticulum-rs" }
|
||||
#reticulum = { version="0.1.0" }
|
||||
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
bincode = { version = "2.0.1", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue