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.

22 lines
442B

  1. [package]
  2. name = "radiate"
  3. version = "0.2.0"
  4. authors = ["Colin Reeder <colin@vpzom.click>"]
  5. edition = "2018"
  6. build = "src/build.rs"
  7. [dependencies]
  8. cstr = "0.1.0"
  9. cpp = "0.5"
  10. tokio = "0.1.15"
  11. huey = { git = "https://git.vpzom.click/vpzom/huey", rev = "6b67e0b" }
  12. # huey = { path = "../hueclient" }
  13. futures = "0.1.25"
  14. try_future = "0.1.3"
  15. gettext = "0.3.0"
  16. fluent-locale = "0.4.1"
  17. qmetaobject = "0.1.4"
  18. [build-dependencies]
  19. cpp_build = "0.5"