aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adenosine-cli/Cargo.toml2
-rw-r--r--adenosine-pds/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/adenosine-cli/Cargo.toml b/adenosine-cli/Cargo.toml
index 45a2998..4431665 100644
--- a/adenosine-cli/Cargo.toml
+++ b/adenosine-cli/Cargo.toml
@@ -11,7 +11,7 @@ edition = "2021"
rust-version = "1.61"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
license = "AGPL-3.0-or-later"
-readme = "../README.md"
+readme = "README.md"
repository = "https://gitlab.com/bnewbold/adenosine"
[dependencies]
diff --git a/adenosine-pds/Cargo.toml b/adenosine-pds/Cargo.toml
index 54395a1..691784d 100644
--- a/adenosine-pds/Cargo.toml
+++ b/adenosine-pds/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
rust-version = "1.61"
authors = ["Bryan Newbold <bnewbold@robocracy.org>"]
license = "AGPL-3.0-or-later"
-readme = "../README.md"
+readme = "README.md"
repository = "https://gitlab.com/bnewbold/adenosine"
[dependencies]