This repository has been archived on 2024-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
cal8tor/Cargo.toml
2022-08-30 22:59:32 +02:00

20 lines
562 B
TOML

[package]
name = "cal8tor"
version = "0.2.0"
authors = ["Mylloon"]
edition = "2021"
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
[dependencies]
reqwest = { version = "0.11" }
tokio = { version = ">=1.13.1", features = ["full"] }
scraper = "0.13"
regex = ">=1.5.5"
chrono = ">=0.4.20"
ics = "0.5"
uuid = { version = "1.1", features = ["v4", "fast-rng"] }
clap = { version = "3.2", features = ["derive"] }