[package] name = "thingy" version = "0.1.0" authors = ["Teascade "] edition = "2018" [dependencies] argh = "0.1" gpx = "0.8" geo-types = "*" thingy-lib = { path = "./thingy_lib/" } toml = "0.5" [target.'cfg(windows)'.dependencies] native-windows-gui = "1.0" native-windows-derive = "1.0" [target.x86_64-pc-windows-msvc] rustflags = ["-Ctarget-feature=+crt-static"] [target.i686-pc-windows-msvc] rustflags = ["-Ctarget-feature=+crt-static"]