mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-31 07:55:23 +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"
|
||||
|
||||
[features]
|
||||
default = ["api", "rustfmt"]
|
||||
default = ["api"]
|
||||
api = ["tonic/transport", "tonic-build/transport", "tokio"]
|
||||
internal = []
|
||||
rustfmt = ["tonic-build/rustfmt"]
|
||||
|
||||
[dependencies]
|
||||
prost = "0.9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user