mirror of
https://github.com/jhbruhn/ics-adapter.git
synced 2025-03-15 11:35:49 +00:00
14 lines
430 B
TOML
14 lines
430 B
TOML
[package]
|
|
name = "ics-adapter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
warp = "0.3"
|
|
reqwest = { version = "0.11", features = ["native-tls-vendored"] }
|
|
anyhow = "1"
|
|
icalendar = { version = "0.15", features = ["chrono-tz"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|