Fixed dev-dependencies

This commit is contained in:
mdecimus
2023-10-21 17:19:01 +02:00
parent c02f4cc9c8
commit 4034c86344
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ description = "A procedure macro to unify SYNC and ASYNC implementation"
repository = "https://github.com/fMeow/maybe-async-rs"
documentation = "https://docs.rs/maybe-async"
keywords = [ "maybe", "async", "futures", "macros", "proc_macro" ]
resolver = "2"
[dependencies]
proc-macro2 = "1.0"

View File

@@ -10,7 +10,7 @@ default = ["sqlite"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation"]
[dependencies]
[dev-dependencies]
store = { path = "../crates/store", features = ["test_mode"] }
nlp = { path = "../crates/nlp" }
directory = { path = "../crates/directory" }