Split to crates

This commit is contained in:
2026-07-09 09:48:19 +05:30
parent f162dc7175
commit d3012165bc
13 changed files with 297 additions and 245 deletions
Generated
+9 -2
View File
@@ -3,5 +3,12 @@
version = 4
[[package]]
name = "woly"
version = "0.1.0"
name = "wolz"
version = "0.0.1"
dependencies = [
"wolz-lib",
]
[[package]]
name = "wolz-lib"
version = "0.0.1"