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
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "wolz"
version = "0.0.1"
edition = "2024"
[dependencies]
wolz-lib = { path = "../wolz-lib" }