Skip to content

Commit

Permalink
Fixdd bug, Serialized card hashes and added event types
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Oct 30, 2023
1 parent cb238d6 commit 4e91dbb
Show file tree
Hide file tree
Showing 15 changed files with 948 additions and 912 deletions.
8 changes: 6 additions & 2 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async-trait = "0.1.68"
serde = { version = "1.0.145", features = ["derive", "rc"] }
slotmap = { version = "1.0.6", features = ["serde"] }
glob = "0.3.1"
semver = { version = "1.0.20", features = ["serde"] }

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
Expand Down
1 change: 1 addition & 0 deletions backend/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hard_tabs=true
Loading

0 comments on commit 4e91dbb

Please sign in to comment.