mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Consistent Cargo.toml syntax (#483)
Remove the last Cargo.toml inconsistencies, see
1526b3458a (r1401083681)
.
Now all `[dependencies]` are workspace dependencies.
This commit is contained in:
parent
934e32ea98
commit
7c7daa8f83
9 changed files with 21 additions and 18 deletions
|
@ -14,8 +14,6 @@ name = "puffin"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
textwrap = { version = "0.15.2" }
|
||||
|
||||
gourgeist = { path = "../gourgeist" }
|
||||
install-wheel-rs = { path = "../install-wheel-rs", default-features = false }
|
||||
pep440_rs = { path = "../pep440-rs" }
|
||||
|
@ -50,6 +48,7 @@ miette = { workspace = true, features = ["fancy"] }
|
|||
pubgrub = { workspace = true }
|
||||
pyproject-toml = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
textwrap = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
toml = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue