Skip to content

Commit

Permalink
Merge pull request vercel/turborepo#81 from vercel/resolve-css-imports
Browse files Browse the repository at this point in the history
feat: resolve css imports and add docs
  • Loading branch information
sokra authored Jun 29, 2022
2 parents 28fc016 + 49f5bc6 commit c12cb8a
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 c12cb8a

Please sign in to comment.