Skip to content

Commit

Permalink
Evaluator progress
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed May 8, 2024
1 parent 3c07500 commit f1f8ba2
Show file tree
Hide file tree
Showing 8 changed files with 586 additions and 183 deletions.
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
too-many-arguments-threshold = 9
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
build = "build.rs"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
serde_repr = "0.1"
log = { version = "0.4", features = ["kv"] }
Expand Down
Loading

0 comments on commit f1f8ba2

Please sign in to comment.