alioth/serde-aco/Cargo.toml
Changyuan Lyu ab5a08d387 chore: bump version to 0.3.0
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2024-07-04 16:34:35 -07:00

15 lines
288 B
TOML

[package]
name = "serde-aco"
version = "0.3.0"
edition = "2021"
description = "Serialize/deserialize Alioth command line options"
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
serde.workspace = true
[dev-dependencies]
assert_matches = "1"