1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/examples/databases/Cargo.toml

12 lines
271 B
TOML
Raw Normal View History

2020-09-12 17:21:54 +02:00
[package]
name = "databases"
version = "1.0.0"
2023-11-01 16:11:40 +01:00
publish = false
edition.workspace = true
2020-09-12 17:21:54 +02:00
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"
2023-03-13 18:58:08 +01:00
diesel = { version = "2", features = ["sqlite", "r2d2"] }
serde = { version = "1", features = ["derive"] }
uuid = { version = "1", features = ["v4"] }