meltano-playground/rust/Cargo.toml

11 lines
314 B
TOML
Raw Permalink Normal View History

2025-07-24 23:10:24 +02:00
[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" }