Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Rust-analyzer not working in integration tests
[package]
name = "program"
version = "0.1.0"
edition = "2021"
[features]
no-entrypoint = []
[dependencies]
solana-program = "2.3.0"
spl-token = { version = "8.0.0", features = ["no-entrypoint"] }
thiserror = "2.0.14"
[lib]
crate-type = ["cdylib", "lib"]
[dev-dependencies]
solana-program-test = "2.3.7"
solana-sdk = "2.3.1"
solana-system-interface = { version = "2.0.0", features = ["bincode"] }
tokio = { version = "1.47.1", features = ["full"] }
[[test]]
name = "integ_tests"
path = "/tests/initialize.rs"
test = true
8 posts - 2 participants
🏷️ Rust_feed