2026-04-28 20:22:22 +00:00
|
|
|
[package]
|
|
|
|
|
name = "source-map-gen"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
crate-type = ["lib"]
|
|
|
|
|
|
2026-04-28 21:02:00 +00:00
|
|
|
[[bin]]
|
|
|
|
|
name = "source-map-check"
|
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
2026-04-28 20:22:22 +00:00
|
|
|
[dependencies]
|
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile = { workspace = true }
|