mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
feat(schedule)!: move schedule parser, downloader, and updater to external library
This can be used to support more schedule formats in the future.
This commit is contained in:
12
providers/Cargo.toml
Normal file
12
providers/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "providers"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
test = ["provider-engels-polytechnic/test"]
|
||||
|
||||
[dependencies]
|
||||
base = { path = "base" }
|
||||
|
||||
provider-engels-polytechnic = { path = "provider-engels-polytechnic" }
|
||||
Reference in New Issue
Block a user