2023-03-15 15:35:20 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-zk-token-proof-program-tests"
|
|
|
|
publish = false
|
2023-03-28 20:28:56 -07:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2023-03-15 15:35:20 -07:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-03-28 20:28:56 -07:00
|
|
|
bytemuck = { workspace = true, features = ["derive"] }
|
2023-06-27 17:49:56 -07:00
|
|
|
curve25519-dalek = { workspace = true }
|
2023-03-28 20:28:56 -07:00
|
|
|
solana-program-runtime = { workspace = true }
|
|
|
|
solana-program-test = { workspace = true }
|
|
|
|
solana-sdk = { workspace = true }
|
|
|
|
solana-zk-token-sdk = { workspace = true }
|