mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 13:17:55 +00:00
25 lines
660 B
TOML
25 lines
660 B
TOML
[package]
|
|
name = "backend"
|
|
version = "4.6.0-test.3"
|
|
authors = ["Orne Brocaar <info@brocaar.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
tracing = "0.1"
|
|
hex = "0.4"
|
|
rand = "0.8"
|
|
aes-kw = "0.2"
|
|
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
tokio = { version = "1.32", features = ["macros" ] }
|
|
chirpstack_api = { path = "../api/rust", default-features = false, features = ["json"] }
|
|
|
|
# Development and testing
|
|
[dev-dependencies]
|
|
httpmock = "0.6"
|