aquavm/junk/cidify/Cargo.toml
renovate[bot] 2c8d02d271
chore(deps): update rust crate serde to 1.0.158 (#536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-21 00:28:18 +07:00

12 lines
353 B
TOML

[package]
name = "cidify"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
air-interpreter-cid = { version = "0.2.0", path = "../../crates/air-lib/interpreter-cid" }
air-interpreter-data = { version = "0.6.0", path = "../../crates/air-lib/interpreter-data" }
serde = { version = "1.0.158", features = ["derive"]}
serde_json = "1.0.94"