refactor: move types crate into blahd-types subpackage

This commit is contained in:
oxalica 2024-09-10 03:47:41 -04:00
parent 0a0a4aefa9
commit 0ac841e6fa
13 changed files with 43 additions and 47 deletions

View file

@ -13,7 +13,7 @@ reqwest = { version = "0.12", features = ["json"] }
rusqlite = "0.32"
tokio = { version = "1", features = ["rt", "macros"] }
blah = { path = "..", features = ["rusqlite"] }
blah-types = { path = "../blah-types", features = ["rusqlite"] }
[lints.clippy]
dbg_macro = "warn"