Cargo.toml 423 B

12345678910111213
  1. [package]
  2. name = "rust_digits"
  3. version = "1.0.0"
  4. authors = ["alimiracle <alimiracle@riseup.net>"]
  5. edition = "2018"
  6. description = "rust Library contains functions for dealing with numbers without converting them to string"
  7. license = "GPL-3.0-only"
  8. repository = "https://notabug.org/alimiracle/rust-digits.git"
  9. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  10. [dependencies]