wormhole/solana/solitaire/rocksalt/Cargo.toml

22 lines
313 B
TOML

[package]
name = "rocksalt"
version = "0.1.0"
description = "Created with Rocksalt"
edition = "2018"
[lib]
proc-macro = true
name = "rocksalt"
[features]
no-entrypoint = []
default = []
[dependencies]
byteorder = "1.4.3"
proc-macro2 = "1.0"
quote = "1.0"
sha3 = "0.9.1"
solana-program = "=1.10.31"
syn = "1.0"