cvode-rust-wrap/cvode-5-sys/Cargo.toml
2021-05-15 11:36:24 +02:00

13 lines
293 B
TOML

[package]
name = "cvode-5-sys"
version = "0.1.0"
authors = ["Arthur Carcano <arthur.carcano@inria.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[build-dependencies]
bindgen = "0.58.1"
anyhow = "1.0.40"