Skip to content

Commit

Permalink
rough transition from strings to an error enum
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Nov 5, 2024
1 parent 98fc0d6 commit 3ffd27c
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 103 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/chia-datalayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ crate-type = ["rlib"]
clvmr = { workspace = true }
num-traits = { workspace = true }
pyo3 = { workspace = true, optional = true }
thiserror = { workspace = true }

[dev-dependencies]
clvm-utils = { workspace = true }
Expand Down
Loading

0 comments on commit 3ffd27c

Please sign in to comment.