Files
solisting/programs/solisting/Cargo.toml
2026-06-14 20:31:37 +02:00

36 lines
784 B
TOML

[package]
name = "solisting"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "solisting"
[features]
default = []
cpi = ["no-entrypoint"]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
idl-build = ["anchor-lang/idl-build"]
anchor-debug = []
custom-heap = []
custom-panic = []
[dependencies]
anchor-lang = "1.0.2"
descro = { path = "../../../descro/programs/descro", features = ["cpi"] }
descro_ext_resolvers = { path = "../../../descro/programs/descro_ext_resolvers" }
pyth-solana-receiver-sdk = "1.2.0"
[dev-dependencies]
litesvm = "0.12.0"
solana-message = "3.1.0"
solana-transaction = "3.1.0"
solana-signer = "3.0.1"
solana-keypair = "3.1.2"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }