reshape/Cargo.toml
2021-10-26 00:31:09 +02:00

15 lines
318 B
TOML

[package]
name = "reshape"
version = "0.1.0"
edition = "2021"
[dependencies]
postgres = { version = "0.19.2", features = ["with-serde_json-1"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
typetag = "0.1.7"
anyhow = "1.0.44"
clap = "3.0.0-beta.5"
toml = "0.5"
version = "3.0.0"
colored = "2"