tiny gamemaking tool using the html details tag 💙 likely fragile, be nice to it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.6 KiB

2 years ago
2 years ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "aho-corasick"
  6. version = "0.7.18"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
  9. dependencies = [
  10. "memchr",
  11. ]
  12. [[package]]
  13. name = "details"
  14. version = "0.1.0"
  15. dependencies = [
  16. "markdown",
  17. ]
  18. [[package]]
  19. name = "lazy_static"
  20. version = "1.4.0"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  23. [[package]]
  24. name = "markdown"
  25. version = "0.3.0"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. checksum = "ef3aab6a1d529b112695f72beec5ee80e729cb45af58663ec902c8fac764ecdd"
  28. dependencies = [
  29. "lazy_static",
  30. "pipeline",
  31. "regex",
  32. ]
  33. [[package]]
  34. name = "memchr"
  35. version = "2.4.1"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  38. [[package]]
  39. name = "pipeline"
  40. version = "0.5.0"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "d15b6607fa632996eb8a17c9041cb6071cb75ac057abd45dece578723ea8c7c0"
  43. [[package]]
  44. name = "regex"
  45. version = "1.5.5"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
  48. dependencies = [
  49. "aho-corasick",
  50. "memchr",
  51. "regex-syntax",
  52. ]
  53. [[package]]
  54. name = "regex-syntax"
  55. version = "0.6.25"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"