alioth/serde-aco/Cargo.toml
Changyuan Lyu 3c241aa63e chore: bump version to 0.2.0
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
2024-05-24 13:56:06 -07:00

14 lines
288 B
TOML

[package]
name = "serde-aco"
version = "0.2.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"