don't like these quoted names lol

This commit is contained in:
Leah 2022-06-29 17:34:15 +02:00
parent 34fc9db52e
commit 667507c5ca

View file

@ -11,13 +11,13 @@ bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
"clap" = { version = "3.1.3", features = ["derive"] }
"turbo-tasks" = { path = "../turbo-tasks" }
"turbo-tasks-memory" = { path = "../turbo-tasks-memory" }
"turbo-tasks-fs" = { path = "../turbo-tasks-fs" }
"turbopack" = { path = "../turbopack" }
"turbopack-core" = { path = "../turbopack-core" }
"turbopack-dev-server" = { path = "../turbopack-dev-server" }
clap = { version = "3.1.3", features = ["derive"] }
turbo-tasks = { path = "../turbo-tasks" }
turbo-tasks-memory = { path = "../turbo-tasks-memory" }
turbo-tasks-fs = { path = "../turbo-tasks-fs" }
turbopack = { path = "../turbopack" }
turbopack-core = { path = "../turbopack-core" }
turbopack-dev-server = { path = "../turbopack-dev-server" }
anyhow = "1.0.47"
tokio = { version = "1.11.0", features = ["full", "tracing"] }
json = "0.12.4"
@ -25,4 +25,4 @@ serde = "1.0.136"
console-subscriber = "0.1.6"
[build-dependencies]
"turbo-tasks-build" = { path = "../turbo-tasks-build" }
turbo-tasks-build = { path = "../turbo-tasks-build" }