mirror of
https://github.com/google/alioth.git
synced 2024-11-28 09:26:21 +00:00
3c241aa63e
Signed-off-by: Changyuan Lyu <changyuanl@google.com>
14 lines
288 B
TOML
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"
|