Cargo.toml 374 B

1234567891011121314
  1. [package]
  2. name = "lineal"
  3. authors = ["Felix Bytow <drako@drako.guru>"]
  4. description = "LINEar ALgebra"
  5. license = "MIT"
  6. repository = "https://git.drako.guru/drako/lineal-rs"
  7. readme = "README.md"
  8. version = "0.3.1"
  9. edition = "2021"
  10. publish = ["crates-drako-guru"]
  11. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  12. [dependencies]