solana/programs/ed25519-tests/Cargo.toml

20 lines
564 B
TOML
Raw Normal View History

[package]
name = "solana-ed25519-program-tests"
2023-01-31 15:48:33 -08:00
version = "1.16.0"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solanalabs.com/"
edition = "2021"
publish = false
[dev-dependencies]
assert_matches = "1.5.0"
ed25519-dalek = "=1.0.1"
rand = "0.7.0"
2023-01-31 15:48:33 -08:00
solana-program-test = { path = "../../program-test", version = "=1.16.0" }
solana-sdk = { path = "../../sdk", version = "=1.16.0" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]