Files
2026-05-18 14:29:29 +02:00

34 lines
680 B
TOML

[package]
name = "descro_ext_resolvers"
version = "0.1.0"
description = "Resolver Registry for the descro escrow protocol"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
name = "descro_ext_resolvers"
[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"
[dev-dependencies]
litesvm = "0.10.0"
solana-message = "3.0.1"
solana-transaction = "3.0.2"
solana-signer = "3.0.0"
solana-keypair = "3.0.1"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }