Cargo.toml 422 B

12345678910111213141516171819
  1. [package]
  2. name = "pandora_lib_graph"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. anyhow = "1.0.89"
  7. # typst = "0.13.0"
  8. # typst-as-lib = { version = "0.14.1", features = ["packages", "edition2024"] }
  9. # typst-pdf = "0.13.0"
  10. ureq = "3.0.7"
  11. usvg = "0.45.0"
  12. # anyhow = "1.0.89"
  13. # typst = "0.11.1"
  14. # typst-as-lib = { version = "0.8.0", features = ["packages"] }
  15. # typst-pdf = "0.11.1"
  16. # ureq = "2.10.1"
  17. # usvg = "0.44.0"