Browse Source

example/dummy-contract: Exclude from main workspace

parazyd 2 years ago
parent
commit
212a8c0957
2 changed files with 2 additions and 1 deletions
  1. 0 1
      Cargo.toml
  2. 2 0
      example/dummy-contract/Cargo.toml

+ 0 - 1
Cargo.toml

@@ -49,7 +49,6 @@ members = [
     "src/contract/deployooor",
     "src/contract/deployooor",
 
 
     #"example/dchat",
     #"example/dchat",
-    "example/dummy-contract",
 ]
 ]
 
 
 [dependencies]
 [dependencies]

+ 2 - 0
example/dummy-contract/Cargo.toml

@@ -5,6 +5,8 @@ authors = ["Dyne.org foundation <foundation@dyne.org>"]
 license = "AGPL-3.0-only"
 license = "AGPL-3.0-only"
 edition = "2021"
 edition = "2021"
 
 
+[workspace]
+
 [lib]
 [lib]
 crate-type = ["cdylib", "rlib"]
 crate-type = ["cdylib", "rlib"]