mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-02-07 11:10:15 +00:00
Remove formatting feature from api.
This commit is contained in:
parent
7c66f13fc3
commit
0ab062cf9e
3
api/rust/Cargo.toml
vendored
3
api/rust/Cargo.toml
vendored
@ -9,10 +9,9 @@ repository = "https://github.com/chirpstack/chirpstack"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["api", "rustfmt"]
|
default = ["api"]
|
||||||
api = ["tonic/transport", "tonic-build/transport", "tokio"]
|
api = ["tonic/transport", "tonic-build/transport", "tokio"]
|
||||||
internal = []
|
internal = []
|
||||||
rustfmt = ["tonic-build/rustfmt"]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
prost = "0.9"
|
prost = "0.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user