Maraiah/tycho/Cargo.toml

18 lines
312 B
TOML
Raw Normal View History

[package]
name = "maraiah-tycho"
version = "0.0.0"
edition = "2018"
build = "build.rs"
[dependencies]
maraiah = {path = ".."}
2019-06-09 13:02:26 -07:00
[build-dependencies]
cmake = "0.1"
maraiah = {path = ".."}
2019-06-09 13:02:26 -07:00
rust_qt_binding_generator = "0.3"
[[bin]]
name = "tycho"
path = "source/main.rs"