Cargo.toml 370 B

1234567891011121314151617
  1. # -*- coding: utf-8 -*-
  2. [package]
  3. name = "cms-systemd"
  4. version = "1.0.0"
  5. edition = "2021"
  6. license = "GPL-2.0-or-later"
  7. authors = [ "Michael Büsch <m@bues.ch>" ]
  8. publish = false
  9. [dependencies]
  10. anyhow = "1"
  11. #sd-notify = "0.4"
  12. sd-notify = { git = "https://github.com/lnicola/sd-notify.git", rev = "5f9cbef17f33549c60d322342dead37fe11f18a7" }
  13. # vim: ts=4 sw=4 expandtab