Skip to content

Commit

Permalink
Only include in the crate vendored files that are required
Browse files Browse the repository at this point in the history
Otherwise, the crate becomes very large.
  • Loading branch information
Chris00 committed Dec 26, 2023
1 parent 011f150 commit d65d6be
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "sundials-sys"
version = "0.4.0"
authors = ["Jason Dark <[email protected]>", "Arthur Carcano <[email protected]>", "Christophe Troestler <[email protected]>" ]
authors = [
"Jason Dark <[email protected]>",
"Arthur Carcano <[email protected]>",
"Christophe Troestler <[email protected]>"
]
edition = "2021"
links = "sundials"

Expand All @@ -11,7 +15,8 @@ repository = "https://github.com/Chris00/sundials-sys"
license = "BSD-3-Clause"
readme = "README.md"
keywords = ["ode", "numerics", "ffi", "math", "simulation"]
exclude = ["**/*.pdf","vendor/examples"]
exclude = ["**/*.pdf", "vendor/benchmarks", "vendor/doc",
"vendor/examples", "vendor/test"]

[build-dependencies]
bindgen = "0.68"
Expand Down

0 comments on commit d65d6be

Please sign in to comment.