mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
13 lines
286 B
TOML
13 lines
286 B
TOML
[workspace]
|
|
members = ["lib/schedule_parser"]
|
|
|
|
[package]
|
|
name = "schedule-parser-rusted"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
schedule_parser = { path = "./lib/schedule_parser" } |