cal7tor/Cargo.toml

22 lines
589 B
TOML
Raw Normal View History

2022-08-12 19:01:29 +02:00
[package]
name = "cal8tor"
version = "0.4.3"
2022-08-16 18:48:16 +02:00
authors = ["Mylloon"]
2022-08-12 19:01:29 +02:00
edition = "2021"
2022-08-16 18:48:16 +02:00
description = "Extractor of the calendar of the IT degree of university Paris 8"
readme = "README.md"
repository = "https://git.kennel.ml/Anri/cal8tor"
keywords = ["scrape", "calendar"]
publish = false
2023-02-15 15:38:42 +01:00
license = "AGPL-3.0-or-later"
2022-08-12 19:01:29 +02:00
[dependencies]
2022-08-12 19:54:53 +02:00
reqwest = { version = "0.11" }
2023-04-19 08:41:56 +02:00
tokio = { version = "1.27", features = ["full"] }
2023-04-19 08:40:22 +02:00
scraper = "0.16"
2023-04-19 08:41:56 +02:00
regex = "1.7.3"
chrono = "0.4.24"
2022-08-15 19:09:55 +02:00
ics = "0.5"
2023-01-10 12:11:21 +01:00
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
clap = { version = "4.0.32", features = ["derive"] }