-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name ="dao-proposal-incentives" | ||
authors = ["Jake Hartnell <[email protected]>", "Gabe Lopez <[email protected]>"] | ||
authors = ["Jake Hartnell <[email protected]>", "Gabe <[email protected]>"] | ||
description = "A contract that implements incentives for creating a successful proposal in a DAO." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
|
@@ -9,6 +9,7 @@ version = { workspace = true } | |
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
doctest = false | ||
|
||
[features] | ||
# for more explicit tests, cargo test --features=backtraces | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name ="dao-voting-incentives" | ||
authors = ["Jake Hartnell <[email protected]>", "Gabe Lopez <[email protected]>"] | ||
authors = ["Jake Hartnell <[email protected]>", "Gabe <[email protected]>"] | ||
description = "A contract that implements incentives for voting in a DAO." | ||
edition = { workspace = true } | ||
license = { workspace = true } | ||
|
@@ -9,6 +9,7 @@ version = { workspace = true } | |
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
doctest = false | ||
|
||
[features] | ||
# for more explicit tests, cargo test --features=backtraces | ||
|