cvode-rust-wrap/cvode-wrap/Cargo.toml
Arthur Carcano 1ea23c85a2 Init
2021-05-07 18:29:56 +02:00

10 lines
273 B
TOML

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