Skip to content

Commit

Permalink
constrain deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Jul 22, 2021
1 parent c6b5791 commit 734ce46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@ name = "virtual-lorawan-device"
version = "0.2.0"
authors = ["lthiery <[email protected]>"]
edition = "2018"
publish = false

[dependencies]
anyhow = "1"
env_logger = "0"
heapless = "0.7"
hex = "*"
hex = "0"
log = "0"
lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git" }
lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git" }
semtech-udp = { version = "0.5", features = ["client"] }
serde = "*"
structopt = "*"
serde = "1"
structopt = "0"
thiserror = "1"
config = {version="0", default-features=false, features=["toml"]}
rand = "*"
typenum = "*"
rand = "0"

[dependencies.tokio]
version = "1"
features = ["macros", "sync", "time", "rt-multi-thread", "signal"]

0 comments on commit 734ce46

Please sign in to comment.