Skip to content

Commit 1720dc3

Browse files
committed
build: fix cargo.toml descriptions
Descriptions are mandatory for creates published to crates.io Signed-off-by: Alexis Asseman <[email protected]>
1 parent 2e99fb3 commit 1720dc3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tap_aggregator/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
edition.workspace = true
55
license.workspace = true
66
readme = "README.md"
7+
description = "A JSON-RPC service for the Timeline Aggregation Protocol that lets clients request an aggregate receipt from a list of individual receipts."
78

89
[[bin]]
910
name = "tap_aggregator"

tap_core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name="tap_core"
33
version = "0.1.0"
44
edition.workspace = true
55
license.workspace = true
6+
description = "Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system."
67

78
[dependencies]
89
primitive-types={version="0.12.1", features=["serde"]}

tap_integration_tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
edition.workspace = true
55
license.workspace = true
66
autotests = false
7+
description = "Integration tests for the Time Aggregation Protocol."
78

89
[dependencies]
910
tap_aggregator = { path = "../tap_aggregator" }

0 commit comments

Comments
 (0)