Replace filename const by sanitise() function
This commit is contained in:
Generated
+7
@@ -7,6 +7,7 @@ name = "advent_of_code_2025"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"grid",
|
||||
"sanitise-file-name",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -14,3 +15,9 @@ name = "grid"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220"
|
||||
|
||||
[[package]]
|
||||
name = "sanitise-file-name"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "19d36299972b96b8ae7e8f04ecbf75fb41a27bf3781af00abcf57609774cb911"
|
||||
|
||||
Reference in New Issue
Block a user