From 497fd4cfce86e78c22b83f04a525fe06bfe379ea Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Sun, 3 Sep 2023 08:35:09 -0400 Subject: [PATCH] fix: ensure cargo.toml's are correct (#12) --- crates/smartdeploy-cli/Cargo.toml | 2 +- crates/smartdeploy-sdk/Cargo.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/smartdeploy-cli/Cargo.toml b/crates/smartdeploy-cli/Cargo.toml index 3ba8a0e..62930c3 100644 --- a/crates/smartdeploy-cli/Cargo.toml +++ b/crates/smartdeploy-cli/Cargo.toml @@ -3,7 +3,7 @@ name = "smartdeploy-cli" description = "Smartdeploy CLI" authors = ["Willem Wyndham "] license = "Apache-2.0" -readme = "README.md" +readme = "../../README.md" version = "0.1.0" edition = "2021" rust-version = "1.70" diff --git a/crates/smartdeploy-sdk/Cargo.toml b/crates/smartdeploy-sdk/Cargo.toml index 9f378a1..8019de4 100644 --- a/crates/smartdeploy-sdk/Cargo.toml +++ b/crates/smartdeploy-sdk/Cargo.toml @@ -2,6 +2,8 @@ name = "smartdeploy-sdk" description = "SmartDeploy SDK helps ensure soroban contracts can be redeployed" edition = "2021" +readme = "../../README.md" +license = "Apache-2.0" version = "0.1.0" [lib]