Skip to content

Commit

Permalink
Merge pull request #34 from ABouttefeux/develop
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
ABouttefeux authored Apr 7, 2022
2 parents fae388f + 8a7f83b commit 3cf09e8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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 @@ -29,14 +32,15 @@ rand_distr = "0.4.3"
crossbeam = "0.8.1"
rayon = "1.5.1"
serde = { version = "1.0", features = ["derive"], optional = true }
lattice_qcd_rs-procedural_macro = {path = "procedural_macro"}
lattice_qcd_rs-procedural_macro = {path = "procedural_macro", version = "0.2.0"}

[dev-dependencies]
criterion = "0.3.5"
version-sync = "0.9.4"

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

[profile.test]
Expand Down

0 comments on commit 3cf09e8

Please sign in to comment.