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

16 lines
290 B
TOML

[package]
name = "r2d2-example"
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2021"
[dependencies]
actix-web = "4.0.0-rc.1"
env_logger = "0.9.0"
uuid = { version = "1.0.0-alpha.1", features = ["v4"] }
r2d2 = "0.8"
r2d2_sqlite = "0.18.0"
rusqlite = "0.25.4"