Files
khadhroony-solana-project/crates/ksp-offchain-transport-lib/Cargo.toml
2026-08-25 21:00:19 +02:00

22 lines
565 B
TOML

# file: crates/ksp-offchain-transport-lib/Cargo.toml
# version: 3
[package]
name = "ksp-offchain-transport-lib"
version.workspace = true
edition.workspace = true
repository.workspace = true
[dependencies]
ksp-core-lib = { path = "../ksp-core-lib" }
ksp-logging-lib = { path = "../ksp-logging-lib" }
reqwest = { workspace = true, features = ["rustls"] }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
[dev-dependencies]
tokio = { workspace = true, features = ["io-util", "macros", "net", "rt", "time"] }
[lints]
workspace = true