Cargo.toml 285 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. [package]
  3. name = "cms-ident"
  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. serde = { version = "1", features = [ "derive" ] }
  12. # vim: ts=4 sw=4 expandtab