eeg_internal/Cargo.toml

19 lines
471 B
TOML
Raw Normal View History

2024-02-10 00:11:35 +00:00
[package]
name = "eeg_internal"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-15 16:47:51 +00:00
argon2 = "0.5.3"
2024-02-10 00:11:35 +00:00
maud = { version = "0.26.0", features = ["rocket"] }
rocket = {version = "0.5.0", features = ["secrets"] }
2024-02-10 00:59:21 +00:00
serde = "1.0.196"
2024-02-15 16:47:51 +00:00
sqlx = { version = "0.7.3", features = ["mysql", "macros", "chrono"] }
2024-02-13 20:18:51 +00:00
[dependencies.rocket_db_pools]
version = "0.1.0"
features = ["sqlx_mysql"]