1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/database_interactions/r2d2/Cargo.toml

15 lines
243 B
TOML
Raw Normal View History

[package]
name = "r2d2-example"
2019-12-07 18:59:24 +01:00
version = "1.0.0"
edition = "2021"
[dependencies]
2022-02-02 01:44:58 +01: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 19:04:41 +01:00
r2d2 = "0.8"
r2d2_sqlite = "0.18.0"
rusqlite = "0.25.4"