mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 16:02:59 +01:00
21 lines
411 B
TOML
21 lines
411 B
TOML
|
[package]
|
||
|
name = "r2d2-example"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||
|
workspace = "../.."
|
||
|
|
||
|
[dependencies]
|
||
|
env_logger = "0.5"
|
||
|
actix = { git = "https://github.com/actix/actix.git/" }
|
||
|
actix-web = { path = "../../" }
|
||
|
|
||
|
futures = "0.1"
|
||
|
uuid = { version = "0.5", features = ["serde", "v4"] }
|
||
|
serde = "1.0"
|
||
|
serde_json = "1.0"
|
||
|
serde_derive = "1.0"
|
||
|
|
||
|
r2d2 = "*"
|
||
|
r2d2_sqlite = "*"
|
||
|
rusqlite = "*"
|