multisig/programs/multisig/Cargo.toml

20 lines
309 B
TOML

[package]
name = "serum-multisig"
version = "0.9.0"
description = "Created with Anchor"
edition = "2018"
license = "Apache-2.0"
[lib]
crate-type = ["cdylib", "lib"]
name = "serum_multisig"
[features]
no-entrypoint = []
no-idl = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.24.2"