mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
89d2e4e3f7
* chore: fix typo for `run-in-thread` * chore: update some deps for examples
16 lines
265 B
TOML
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"
|