13 lines
313 B
TOML
13 lines
313 B
TOML
[package]
|
|
name = "solitaire-client"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
solana-sdk = "=1.7.0"
|
|
solana-program = "=1.7.0"
|
|
solitaire = {path = "../program", features = ["no-entrypoint"]}
|
|
borsh = "0.8.1"
|