cvode-rust-wrap/example/Cargo.toml
2021-06-08 15:00:11 +02:00

10 lines
272 B
TOML

[package]
name = "test-solver"
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]
cvode-wrap = {path = "../cvode-wrap"}