meltano-playground/rust/Cargo.toml

11 lines
No EOL
314 B
TOML

[package]
name = "meltano_playground"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "postgres"] }
fake = { version = "4", features = ["derive"] }
rand = { version = "0.9.2" }
dotenvy = { version = "0.15.7" }