Codewars: Rust workspace for solving the 'Athletic Statistics' kata
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.

42 lines
1.0 KiB

3 years ago
3 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 = "cw_rust_athletic-statistics"
  14. version = "0.1.0"
  15. dependencies = [
  16. "regex",
  17. ]
  18. [[package]]
  19. name = "memchr"
  20. version = "2.4.0"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
  23. [[package]]
  24. name = "regex"
  25. version = "1.5.4"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
  28. dependencies = [
  29. "aho-corasick",
  30. "memchr",
  31. "regex-syntax",
  32. ]
  33. [[package]]
  34. name = "regex-syntax"
  35. version = "0.6.25"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"