-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add contract init command (#315)
- Loading branch information
1 parent
869220e
commit 40a30f7
Showing
5 changed files
with
108 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[workspace] | ||
members = [] | ||
|
||
[profile.release] | ||
overflow-checks = true | ||
opt-level = 's' | ||
lto = false | ||
codegen-units = 1 | ||
panic = 'abort' |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# [rust] | ||
# # path of rust contracts workspace directory, | ||
# # a `Cargo.toml` file is expected under the directory. | ||
# workspace_dir = "." | ||
# toolchain = "nightly-2022-08-01" | ||
# docker_image = "thewawar/ckb-capsule:2022-08-01" | ||
|
||
# capsule version | ||
version = "0.9.0 81e9876" | ||
# path of deployment config file | ||
deployment = "deployment.toml" |
Empty file.
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