Skip to content

Commit

Permalink
add strum back
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Dec 28, 2024
1 parent b7460f2 commit bcce211
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
39 changes: 34 additions & 5 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 ferritin-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ candle-core.workspace = true
itertools.workspace = true
lazy_static = "1.5.0"
pdbtbx.workspace = true
strum = { version = "0.25", features = ["derive"] }

[dev-dependencies]
ferritin-test-data = { path = "../ferritin-test-data" }

0 comments on commit bcce211

Please sign in to comment.