diff --git a/boringtun-cli/Cargo.toml b/boringtun-cli/Cargo.toml index fec916fc..9e28ca1d 100644 --- a/boringtun-cli/Cargo.toml +++ b/boringtun-cli/Cargo.toml @@ -5,7 +5,7 @@ version = "0.6.0" authors = ["Noah Kennedy ", "Andy Grover ", "Jeff Hiner "] license = "BSD-3-Clause" repository = "https://github.com/cloudflare/boringtun" -documentation = "https://docs.rs/boringtun/0.5.2/boringtun/" +readme = "../README.md" edition = "2021" [dependencies] diff --git a/boringtun/Cargo.toml b/boringtun/Cargo.toml index 1c528e75..176b928a 100644 --- a/boringtun/Cargo.toml +++ b/boringtun/Cargo.toml @@ -9,7 +9,7 @@ authors = [ ] license = "BSD-3-Clause" repository = "https://github.com/cloudflare/boringtun" -documentation = "https://docs.rs/boringtun/0.5.2/boringtun/" +readme = "../README.md" edition = "2018" [features]