diff --git a/Cargo.toml b/Cargo.toml index c29ea33..4164629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -206,11 +206,3 @@ wildcard_enum_match_arm = "warn" # cargo negative_feature_names = "warn" redundant_feature_names = "warn" - -[package.metadata.bacon.jobs.fmt-check] -command = [ "cargo", "fmt", "--check", "--", "--color=always" ] -need_stdout = true - -[package.metadata.bacon.jobs.fmt] -command = [ "cargo", "fmt" ] -need_stdout = true diff --git a/static/graph.toml b/static/graph.toml index f66957c..4f99776 100644 --- a/static/graph.toml +++ b/static/graph.toml @@ -299,7 +299,6 @@ en is only possible thanks to a number of projects and people: - Axum|https://github.com/tokio-rs/axum - Tera|https://keats.github.io/tera/ - Serde|https://serde.rs/ and the |toml crate|https://github.com/toml-rs/toml -- Bacon|https://dystroy.org/bacon/config/ """ [nodes.Test]