Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Modify Cargo.toml so that criterion baseline can be used to compare c…
…hanges
  • Loading branch information
g-bauer committed Jun 18, 2024
commit 594765af07d32d80a7267546cd310ff6b220c5c3
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ members = ["feos-core", "feos-dft", "feos-derive"]

[lib]
crate-type = ["rlib", "cdylib"]
bench = false

[dependencies]
quantity = { version = "0.8", optional = true }
Expand Down