Split core library and CLI workspace

This commit is contained in:
2026-06-16 01:58:17 +09:00
parent 2f21d4ec64
commit 12a6e9a84c
8 changed files with 52 additions and 8 deletions
Generated
+7
View File
@@ -5,3 +5,10 @@ version = 4
[[package]]
name = "decodal"
version = "0.1.0"
dependencies = [
"decodal-core",
]
[[package]]
name = "decodal-core"
version = "0.1.0"