summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7770ba5abff8853a189d0438e4fadd15276e7a5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "o3launcher"
version = "0.1.0"
edition = "2021"

[dependencies]
chrono = { version = "0.4.39", default-features = false, features = ["std", "alloc", "clock", "now", "serde"] }
log = "0.4.22"
regex = "1.11.1"
reqwest = "0.12.9"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
tokio = { version = "1.42.0", features = ["fs"] }