1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

17 lines
290 B
TOML
Raw Normal View History

2018-05-26 17:05:12 -04:00
[package]
2023-01-07 15:23:31 +00:00
name = "db-sqlite"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
edition = "2021"
2018-05-26 17:05:12 -04:00
[dependencies]
actix-web.workspace = true
2022-02-06 08:19:35 +00:00
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
2022-02-06 08:19:35 +00:00
r2d2 = "0.8"
2023-07-09 02:05:10 +01:00
r2d2_sqlite = "0.22"
rusqlite = "0.29"
2023-01-02 20:35:11 +00:00
serde.workspace = true
serde_json.workspace = true