-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (27 loc) · 861 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "tum-scheduler"
version = "0.1.0"
edition = "2021"
[dependencies]
diesel = {version = "2.1.4", features = ["r2d2", "postgres", "uuid", "chrono"]}
reqwest = "0.11.24"
roxmltree = "0.19.0"
tokio = {version = "1.36.0", features = ['full']}
diesel_migrations = "2.1.0"
dotenv = "0.15.0"
lazy_static = "1.4.0"
anyhow = '1.0.79'
thiserror = '1.0.56'
r2d2 = "0.8.10"
chrono = {version = "0.4.33" , features = ["serde"]}
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
itertools = "0.12.1"
grb = {version = "1.3.0"}
actix-web = "4.5.1"
actix-files = "0.6.5"
serde = {version = "1.0.197" , features = ["derive"]}
serde_json = "1.0.114"
clap = { version = "4.5.3", features = ["derive"] }
meilisearch-sdk = "0.26.0"
futures = "0.3" # To be able to block on async functions if you are not using an async runtime