diff --git a/api/rust/Cargo.toml b/api/rust/Cargo.toml index a0e46154..f0659955 100644 --- a/api/rust/Cargo.toml +++ b/api/rust/Cargo.toml @@ -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"