remove old code

This commit is contained in:
nora 2022-03-06 16:51:39 +01:00
parent 392bf67fc2
commit 19c48b7da1
2 changed files with 3 additions and 19 deletions

View file

@ -17,3 +17,6 @@ clap = { version = "3.1.5", features = ["derive"] }
tokio = { version = "1.16.1", features = ["full"] }
tracing = "0.1.30"
tracing-subscriber = { version = "0.3.8", features = ["env-filter"] }
[profile.release]
lto = "fat"