10 lines
272 B
TOML
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"} |