sqlx/examples/postgres/json/Cargo.toml
Paolo Barbolini fc9c9be5e8
Update to edition 2021 (#1808)
* Update to edition 2021

* Fix running tests
2022-04-15 12:52:00 -07:00

17 lines
404 B
TOML

[package]
name = "json"
version = "0.1.0"
edition = "2021"
workspace = "../../../"
[dependencies]
anyhow = "1.0"
async-std = { version = "1.6.0", features = [ "attributes" ] }
dotenv = "0.15.0"
futures = "0.3"
paw = "1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqlx = { path = "../../../", features = ["postgres", "json"] }
structopt = { version = "0.3", features = ["paw"] }