robot-rust/Cargo.toml
2020-12-16 04:18:01 +09:00

20 lines
548 B
TOML

[package]
name = "robot-rust"
version = "0.0.1"
authors = ["richard park <richard.park@loafle.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.117", features = ["derive"] }
serde_derive = { version = "1.0.117" }
serde_json = { version = "1.0" }
once_cell = "1.5.2"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.9", features = ["winuser", "errhandlingapi"] }
[build-dependencies]
pkg-config = "0.3.19"