discord-rusty-bot/rusty-bot-convert-data/Cargo.toml

15 lines
421 B
TOML

[package]
name = "rusty-bot-convert-data"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rusty-bot-database = { path = "../rusty-bot-database" }
log = "0.4.14"
env_logger = "0.9.0"
diesel = { version = "1.4", features = ["postgres"] }