mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-22 09:40: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 = [
|
dependencies = [
|
||||||
"aes 0.7.5",
|
"aes 0.7.5",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chirpstack_api",
|
|
||||||
"cmac",
|
"cmac",
|
||||||
"diesel",
|
"diesel",
|
||||||
"hex",
|
"hex",
|
||||||
|
@ -3,7 +3,6 @@ name = "lrwn"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors = ["Orne Brocaar <info@brocaar.com>"]
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
publish = false
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
@ -11,7 +10,6 @@ cmac = "0.6"
|
|||||||
aes = "0.7"
|
aes = "0.7"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
diesel = { version = "1.4", features = [ "postgres" ] }
|
diesel = { version = "1.4", features = [ "postgres" ] }
|
||||||
chirpstack_api = { path = "../api/rust" }
|
|
||||||
|
|
||||||
# Error handling
|
# Error handling
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user