yepzon-locationer/Cargo.toml

16 lines
354 B
TOML
Raw Normal View History

2020-08-23 00:53:49 +02:00
[package]
name = "thingy"
version = "0.1.0"
authors = ["Teascade <teascade@gmail.com>"]
edition = "2018"
[dependencies]
2020-08-24 22:24:26 +02:00
argh = "0.1"
gpx = "0.8"
2020-08-29 01:27:23 +02:00
geo-types = "*"
thingy-lib = { path = "./thingy_lib/" }
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]