Skip to content

Commit

Permalink
Merge pull request fedimint#4030 from 15IITian/cargo.toml
Browse files Browse the repository at this point in the history
chore: add Readme.md links in each Cargo.toml
  • Loading branch information
dpc authored Jan 12, 2024
2 parents d606aaf + 77de470 commit 5edd8b4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fedimint-aead"
version = "0.3.0-alpha"
authors = ["The Fedimint Developers"]
edition = "2021"
description = "aead utilities on top of ring "
description = "aead utilities on top of ring"
license = "MIT"
repository = "https://github.com/fedimint/fedimint"

Expand Down
1 change: 1 addition & 0 deletions fedimint-dbtool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "fedimint-dbtool"
version = "0.3.0-alpha"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "Tool to inspect Fedimint client and server databases"
repository = "https://github.com/fedimint/fedimint"

Expand Down
1 change: 1 addition & 0 deletions fedimint-load-test-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-load-test-tool is a tool to load test the fedimint server and gateway."
license = "MIT"
readme = "README.md"
publish = false

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions fedimint-metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "fedimint-metrics"
version = "0.3.0-alpha"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "fedimint-metrics allows exporting prometheus metrics from Fedimint."
repository = "https://github.com/fedimint/fedimint"

Expand Down
1 change: 1 addition & 0 deletions recoverytool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
authors = ["The Fedimint Developers"]
description = "recoverytool allows retrieving on-chain funds from a offline federation"
license = "MIT"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 5edd8b4

Please sign in to comment.