1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +01:00

15 lines
243 B
TOML
Raw Normal View History

[package]
name = "r2d2-example"
2019-12-07 23:59:24 +06:00
version = "1.0.0"
edition = "2021"
[dependencies]
2022-02-02 00:44:58 +00:00
actix-web = "4.0.0-rc.1"
env_logger = "0.9.0"
uuid = { version = "1.0.0-alpha.1", features = ["v4"] }
2019-03-06 10:04:41 -08:00
r2d2 = "0.8"
r2d2_sqlite = "0.18.0"
rusqlite = "0.25.4"