-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (28 loc) · 1.12 KB
/
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
29
30
[package]
name = "emile"
version = "0.5.3"
authors = ["Geobert Quach <[email protected]>"]
edition = "2021"
[badges]
azure-devops = { project = "geobert/emile", pipeline = "emile-CI", build = "2" }
[dependencies]
anyhow = "1.0.86"
toml = "0.8"
serde = "1.0.203"
serde_derive = "1.0.203"
slug = "0.1.5"
notify = { version = "6.1.1", default-features = false }
clap = { version = "4.5.4", features = ["derive", "cargo"] }
lazy_static = "1.4.0"
tokio = { version = "1.37.0", features = ["sync", "macros", "rt-multi-thread", "time"] }
notify-debouncer-mini = { version = "0.4.1", default-features = false }
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "env-filter", "fmt", "smallvec", "parking_lot", "registry", "time"] }
reqwest = { version = "0.12.4", default-features = false, features = ["json", "rustls-tls"] }
sha2 = "0.10.8"
url = { version = "2.5.0", features = ["serde"] }
serde_json = "1.0.117"
chrono = { version = "0.4.38", default-features = false, features = ["std", "alloc", "clock", "now", "serde"]}
regex = "1.10.4"
human-date-parser = "0.1.2"