Skip to content

Commit

Permalink
refactor: in preparation to adding the more advanced many-secret-disc…
Browse files Browse the repository at this point in the history
…overy mission
  • Loading branch information
aliXsed committed Jan 19, 2023
1 parent de1176c commit 931f003
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 64 deletions.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "simple-proof-mission"
name = "single-secret-discovery"
version = "0.1.0"
authors = ["aliX <alex@nodle.com>"]
edition = "2021"
Expand All @@ -16,7 +16,7 @@ scale = { package = "parity-scale-codec", version = "3", default-features = fals
scale-info = { version = "2", default-features = false, features = ["derive"], optional = true }

[lib]
name = "simple_proof_mission"
name = "single_secret_discovery"
path = "lib.rs"
crate-type = [
"cdylib",
Expand Down
Loading

0 comments on commit 931f003

Please sign in to comment.