Skip to content

Commit 2bed5ed

Browse files
shaneuttceleste-sinead
authored andcommitted
docs: add readme to crates
Signed-off-by: Shane Utt <shaneutt@linux.com>
1 parent 64a2fc7 commit 2bed5ed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

boringtun-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description = "an implementation of the WireGuard® protocol designed for portab
44
version = "0.6.0"
55
authors = ["Noah Kennedy <nkennedy@cloudflare.com>", "Andy Grover <agrover@cloudflare.com>", "Jeff Hiner <jhiner@cloudflare.com>"]
66
license = "BSD-3-Clause"
7+
readme = "../README.md"
78
repository = "https://github.com/cloudflare/boringtun"
89
documentation = "https://docs.rs/boringtun/0.5.2/boringtun/"
910
edition = "2021"

boringtun/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
"Jeff Hiner <jhiner@cloudflare.com>",
99
]
1010
license = "BSD-3-Clause"
11+
readme = "../README.md"
1112
repository = "https://github.com/cloudflare/boringtun"
1213
documentation = "https://docs.rs/boringtun/0.5.2/boringtun/"
1314
edition = "2018"

0 commit comments

Comments
 (0)