Maraiah/source/tycho/Cargo.toml

16 lines
298 B
TOML
Raw Normal View History

[package]
name = "maraiah-tycho"
version = "0.1.0"
authors = ["Alison Sanderson <marrub@greyserv.net>"]
description = "Tycho map editor."
2019-04-11 13:01:39 -07:00
edition = "2018"
[dependencies]
2019-05-15 12:54:35 -07:00
maraiah = {path = "../.."}
memmap = "0.7"
2019-05-15 12:54:35 -07:00
[lib]
name = "tycho"
2019-05-15 12:54:35 -07:00
path = "lib.rs"
crate-type = ["staticlib"]