You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [package]
- name = "radiate"
- version = "0.2.0"
- authors = ["Colin Reeder <colin@vpzom.click>"]
- edition = "2018"
- build = "src/build.rs"
-
- [dependencies]
- cstr = "0.1.0"
- cpp = "0.5"
- tokio = "0.1.15"
- huey = { git = "https://git.vpzom.click/vpzom/huey", rev = "6b67e0b" }
- # huey = { path = "../hueclient" }
- futures = "0.1.25"
- try_future = "0.1.3"
- gettext = "0.3.0"
- fluent-locale = "0.4.1"
- qmetaobject = "0.1.4"
-
- [build-dependencies]
- cpp_build = "0.5"
|