Archived
1
This repository has been archived on 2021-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
OpenDepthMap/pylibodm/Cargo.toml
2021-05-29 14:45:44 -04:00

17 lines
347 B
TOML

[package]
name = "pylibodm"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "pylibodm"
crate-type = ["cdylib"]
[dependencies]
libodm = { version = "0.1.0", path = "../libodm"}
[dependencies.pyo3]
version = "0.13.2"
features = ["extension-module"]