Skip to content

Commit

Permalink
Update Cargo.toml template. (#1277)
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Wyndham <[email protected]>
  • Loading branch information
fnando and willemneal authored Apr 1, 2024
1 parent 58e4189 commit a0a743a
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[package]
name = "soroban-hello-world-contract"
name = "hello-world"
version = "0.0.0"
authors = ["Stellar Development Foundation <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
rust-version = "1.74.0"
publish = false

[lib]
Expand All @@ -14,5 +11,5 @@ doctest = false
[dependencies]
soroban-sdk = { workspace = true }

[dev_dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }

0 comments on commit a0a743a

Please sign in to comment.