Minor changes to reflect original files

This commit is contained in:
jochen@g14
2024-03-30 23:27:33 +01:00
parent 0674e7f61c
commit 6d8f85c154
4 changed files with 6 additions and 6 deletions

View File

@@ -29,11 +29,12 @@ version = "6.0.0-alpha1"
rust-version = "1.76"
[workspace.dependencies]
tokio = { version = "^1.36.0", default-features = false,features = [
tokio = { version = "^1.36.0", default-features = false,
features = [
"macros",
"sync",
"time",
"rt-multi-thread"
"rt-multi-thread",
] }
concat-idents = "^1.1"
dirs = "^4.0"