1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/rust/Cargo.toml
2016-09-13 16:18:07 +02:00

10 lines
198 B
TOML

[package]
name = "psyc"
version = "1.0.0"
links = "psyc"
build = "build.rs"
description = "rust bindings for libpsyc"
[dependencies]
bitflags = { path = "third_party/bitflags", version = "0.7.0" }