workspace libs

This commit is contained in:
2025-06-12 20:52:39 -07:00
parent 0f7dd6fb1c
commit 245567c354
7 changed files with 1346 additions and 112 deletions

11
libs/tokenizer/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "tokenizer"
version = "0.1.0"
edition = "2024"
[dependencies]
rust_decimal = { workspace = true }
quick-error = { workspace = true }
[dev-dependencies]
anyhow = { version = "^1" }