Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ABouttefeux committed Apr 7, 2022
2 parents 97f4581 + fae388f commit 8a7f83b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ readme = "README.md"
repository = "https://github.com/ABouttefeux/lattice-qcd-rs"
categories = ["Science", "Simulation"]
description = "Lattice QCD simulation"
keywords = ["QCD", "Lattice", "Monte Carlo", "chromodynamics"]
keywords = ["QCD", "Lattice", "Monte-Carlo", "chromodynamics"]
publish = true
license = "MIT OR Apache-2.0"
include = ["logo.svg"]

[lib]
path = "src/lib.rs"
crate-type = ["lib"]

[features]
serde-serialize = ["serde", "nalgebra/serde-serialize"]
Expand All @@ -37,6 +40,7 @@ version-sync = "0.9.4"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[profile.test]
Expand Down

0 comments on commit 8a7f83b

Please sign in to comment.