Skip to content

Commit

Permalink
don't like these quoted names lol
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Jun 29, 2022
1 parent 28fc016 commit 49f5bc6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions crates/next-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ 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"
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" }

0 comments on commit 49f5bc6

Please sign in to comment.