Skip to content

Commit

Permalink
fix: ensure cargo.toml's are correct (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Sep 3, 2023
1 parent 6e9931f commit 497fd4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/smartdeploy-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "smartdeploy-cli"
description = "Smartdeploy CLI"
authors = ["Willem Wyndham <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
readme = "../../README.md"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
Expand Down
2 changes: 2 additions & 0 deletions crates/smartdeploy-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 497fd4c

Please sign in to comment.