mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
19 lines
326 B
TOML
19 lines
326 B
TOML
[package]
|
|
name = "r2d2-example"
|
|
version = "0.1.0"
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
|
edition = "2018"
|
|
workspace = ".."
|
|
|
|
[dependencies]
|
|
actix-rt = "0.2"
|
|
actix-web = "1.0.0-alpha.2"
|
|
|
|
futures = "0.1"
|
|
env_logger = "0.6"
|
|
uuid = { version = "0.7", features = ["v4"] }
|
|
|
|
r2d2 = "0.8"
|
|
r2d2_sqlite = "0.8"
|
|
rusqlite = "0.16"
|