Skip to content

Commit 202767e

Browse files
authored
Add missing descriptions (#70)
1 parent 5a1593e commit 202767e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

credential-exchange-format/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[package]
22
name = "credential-exchange-format"
3+
description = "Credential Exchange Format (CXF) rust types"
4+
35
version.workspace = true
46
authors.workspace = true
57
edition.workspace = true

credential-exchange-protocol/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[package]
22
name = "credential-exchange-protocol"
3+
description = "Credential Exchange Protocol (CXP) rust types"
4+
35
version.workspace = true
46
authors.workspace = true
57
edition.workspace = true

credential-exchange/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[package]
22
name = "credential-exchange"
3+
description = "Placeholder for high level credential exchange functionality"
4+
35
version.workspace = true
46
authors.workspace = true
57
edition.workspace = true

0 commit comments

Comments
 (0)