Files
khadhroony-solana-project/crates/ksp-store-postgres-lib/Cargo.toml
2026-08-29 16:48:16 +02:00

15 lines
271 B
TOML

# file: crates/ksp-store-postgres-lib/Cargo.toml
# version: 1
[package]
name = "ksp-store-postgres-lib"
version.workspace = true
edition.workspace = true
repository.workspace = true
[dependencies]
ksp-store-api = { path = "../ksp-store-api" }
[lints]
workspace = true