mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
12 lines
232 B
TOML
12 lines
232 B
TOML
[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" } |