mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 09:51:43 +00:00
18 lines
375 B
TOML
18 lines
375 B
TOML
[package]
|
|
name = "rustc_serialize"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
indexmap = "2.0.0"
|
|
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
|
thin-vec = "0.2.12"
|
|
# tidy-alphabetical-end
|
|
|
|
[dev-dependencies]
|
|
# tidy-alphabetical-start
|
|
rustc_macros = { path = "../rustc_macros" }
|
|
tempfile = "3.2"
|
|
# tidy-alphabetical-end
|