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/odm/Cargo.toml

12 lines
287 B
TOML

[package]
name = "odm"
version = "0.1.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libodm = { version = "0.1.0", path = "../libodm"}
clap = "2.33.3"