diff options
| author | Max Audron <audron@cocaine.farm> | 2022-09-27 11:48:10 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2022-09-28 13:06:59 +0200 |
| commit | 73c30206be60054d25a9eaa28cba6509d6939f92 (patch) | |
| tree | 245089d1e8c233e75db228518ddf74621c236d90 /Cargo.toml | |
| parent | add ignorelistmanager impl (diff) | |
setup nix flake
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ authenticators = [] # Enable the test crate/feature for running benchmarks bench = [] -default = [] +default = ["all-quassel-features", "client"] [package.metadata.docs.rs] # document all features @@ -76,4 +76,4 @@ tokio-test = { version = "0.4" } pretty_assertions = "0.6" [workspace] -members = ["derive", "examples/quasselproxy", "examples/statetracker"] +members = ["derive"] |
