rsnext/packages/next-swc/crates/next-dev/Cargo.toml

29 lines
819 B
TOML
Raw Normal View History

[package]
name = "next-dev"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "next-dev"
path = "src/main.rs"
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" }
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" }