anchor/tests/multiple-suites/programs/multiple-suites/Cargo.toml

20 lines
308 B
TOML
Raw Normal View History

[package]
name = "multiple-suites"
version = "0.1.0"
description = "Created with Anchor"
edition = "2018"
[lib]
crate-type = ["cdylib", "lib"]
name = "multiple_suites"
[features]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
cpi = ["no-entrypoint"]
default = []
[dependencies]
2022-04-12 07:52:06 -07:00
anchor-lang = "0.24.0"