Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 20, 2024
1 parent 0f9ff29 commit 042cc83
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 135 deletions.
5 changes: 3 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ clvm-utils = "0.6.0"
toml = "0.8.12"
serde = "1.0.197"
walkdir = "2.5.0"
anyhow = "1.0.86"
3 changes: 3 additions & 0 deletions crates/rue-typing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ workspace = true
[dependencies]
id-arena = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
Loading

0 comments on commit 042cc83

Please sign in to comment.