mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
refactor: move types crate into blahd-types
subpackage
This commit is contained in:
parent
0a0a4aefa9
commit
0ac841e6fa
13 changed files with 43 additions and 47 deletions
|
@ -27,7 +27,7 @@ tracing = "0.1"
|
|||
tracing-subscriber = "0.3"
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
|
||||
blah = { path = "..", features = ["rusqlite"] }
|
||||
blah-types = { path = "../blah-types", features = ["rusqlite"] }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue