yepzon-locationer/Cargo.toml

21 lines
462 B
TOML
Raw Permalink 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/" }
2020-08-29 23:53:15 +02:00
toml = "0.5"
[target.'cfg(windows)'.dependencies]
native-windows-gui = "1.0"
native-windows-derive = "1.0"
2020-08-29 01:27:23 +02:00
[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]