mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
17 lines
307 B
TOML
17 lines
307 B
TOML
[package]
|
|
name = "async_db"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.0.0-rc.1"
|
|
env_logger = "0.9.0"
|
|
failure = "0.1.7"
|
|
futures = "0.3.1"
|
|
num_cpus = "1.13"
|
|
r2d2 = "0.8.2"
|
|
r2d2_sqlite = "0.18.0"
|
|
rusqlite = "0.25.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|