This commit is contained in:
2024-09-27 11:04:51 +02:00
commit 5eede690ca
11 changed files with 806 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[workspace]
resolver = "2"
members = ["crates/pause-spammer"]
[workspace.package]
edition = "2021"
[workspace.lints.rust]
future_incompatible = { level = "deny", priority = -1 }
nonstandard_style = { level = "deny", priority = -1 }
rust_2018_idioms = { level = "deny", priority = -1 }
missing_docs = "warn"
missing_debug_implementations = "warn"