1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/database_interactions/r2d2/Cargo.toml
2021-02-26 00:57:58 +00:00

16 lines
265 B
TOML

[package]
name = "r2d2-example"
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
[dependencies]
actix-web = "3"
env_logger = "0.8"
uuid = { version = "0.8", features = ["v4"] }
r2d2 = "0.8"
r2d2_sqlite = "0.14"
rusqlite = "0.21"