This repository has been archived on 2025-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
miller/gamelog/Cargo.toml
Cutieguwu f2a41be8d1 Fix PAT notation and Touchdown notations. Backwards compatible w/ v3.0.0 if
`implicit_some` enabled in RON log and no PAT specified within.
2025-03-31 18:39:05 -04:00

20 lines
271 B
TOML

[package]
name = "gamelog"
version = "0.3.1"
edition = "2024"
[dependencies]
ron = "0.9"
[dependencies.strum]
version = "0.27"
features = ["derive"]
[dependencies.semver]
version = "1.0"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]