1
0
mirror of https://github.com/actix/examples synced 2025-04-03 08:54:13 +02:00
2025-03-11 01:42:01 +00:00

16 lines
406 B
TOML

[package]
name = "db-sqlite"
edition.workspace = true
rust-version.workspace = true
# Do not use workspace deps as this package isn't part of the workspace.
[dependencies]
actix-web = "4"
env_logger = "0.11"
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log = "0.4"
r2d2 = "0.8"
r2d2_sqlite = "0.24"
rusqlite = "0.31"
serde = { version = "1", features = ["derive"] }