2023-02-03 23:26:06 +07:00
|
|
|
[package]
|
|
|
|
name = "cidify"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-03-15 21:28:10 +07:00
|
|
|
publish = false
|
2023-02-03 23:26:06 +07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-13 23:19:02 +04:00
|
|
|
aquavm-air = { path = "../../air", features = ["gen_signatures", "check_signatures"] }
|
|
|
|
air-interpreter-cid = { path = "../../crates/air-lib/interpreter-cid" }
|
|
|
|
air-interpreter-data = { path = "../../crates/air-lib/interpreter-data" }
|
|
|
|
air-interpreter-signatures = { path = "../../crates/air-lib/interpreter-signatures" }
|
2023-04-11 02:27:32 +07:00
|
|
|
air-test-utils = { path = "../../crates/air-lib/test-utils" }
|
|
|
|
clap = { version = "4.1.13", features = ["derive"] }
|
2023-10-13 23:19:02 +04:00
|
|
|
serde = { version = "1.0.158", features = ["derive"] }
|
2023-03-07 11:04:55 +03:00
|
|
|
serde_json = "1.0.94"
|