mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 13:20:59 +00:00
18 lines
424 B
TOML
18 lines
424 B
TOML
[package]
|
|
name = "sqlx-example-realworld-postgres"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
workspace = "../.."
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.26"
|
|
async-std = { version = "1.4.0", features = [ "attributes" ] }
|
|
tide = "0.5.1"
|
|
sqlx = { path = "../..", features = [ "postgres" ] }
|
|
serde = { version = "1.0.104", features = [ "derive" ] }
|
|
futures = "0.3.1"
|
|
rust-argon2 = "0.6.1"
|
|
rand = "0.7.2"
|
|
jsonwebtoken = "6.0.1"
|
|
chrono = "0.4.10"
|