core
: Remove dependency on workspace
(This will be the database crate)
This commit is contained in:
parent
34e1eff855
commit
c9afa95fd6
2 changed files with 1 additions and 5 deletions
|
@ -6,8 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
|
||||
diesel_migrations = "2.2.0"
|
||||
acrate-hostmeta = { path = "../acrate-hostmeta" }
|
||||
acrate-nodeinfo = { path = "../acrate-nodeinfo" }
|
||||
uuid = "1.11.0"
|
||||
|
||||
[lints.clippy]
|
||||
tabs-in-doc-comments = "allow"
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
|
||||
mod schema;
|
||||
mod meta;
|
||||
|
||||
pub use acrate_nodeinfo as nodeinfo;
|
||||
pub use acrate_hostmeta as hostmeta;
|
||||
|
|
Loading…
Reference in a new issue