mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-20 17:12:48 +00:00
Remove unused dependency. Remove publish = false.
This commit is contained in:
parent
677744a327
commit
1817651e78
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1995,7 +1995,6 @@ version = "1.0.0"
|
||||
dependencies = [
|
||||
"aes 0.7.5",
|
||||
"anyhow",
|
||||
"chirpstack_api",
|
||||
"cmac",
|
||||
"diesel",
|
||||
"hex",
|
||||
|
@ -3,7 +3,6 @@ name = "lrwn"
|
||||
version = "1.0.0"
|
||||
authors = ["Orne Brocaar <info@brocaar.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
hex = "0.4"
|
||||
@ -11,7 +10,6 @@ cmac = "0.6"
|
||||
aes = "0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
diesel = { version = "1.4", features = [ "postgres" ] }
|
||||
chirpstack_api = { path = "../api/rust" }
|
||||
|
||||
# Error handling
|
||||
thiserror = "1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user