Cargo.toml 355 B

123456789101112
  1. [package]
  2. name = "gk-server-lib"
  3. version = "0.1.0"
  4. edition = "2021"
  5. authors = ["GrauKatze","Mastodon <https://mastodon.ml/@graukatze>"]
  6. description = "lib of server for my projects"
  7. repository = "https://notabug.org/GrauKatze/gk-server-lib"
  8. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  9. [dependencies]