mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
remove api crate
This commit is contained in:
26
Cargo.lock
generated
26
Cargo.lock
generated
@@ -1650,6 +1650,18 @@ dependencies = [
|
||||
"unicode-ident",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rstest_reuse"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "88530b681abe67924d42cca181d070e3ac20e0740569441a9e35a7cedd2b34a4"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"rand",
|
||||
"rustc_version",
|
||||
"syn 2.0.50",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustc-demangle"
|
||||
version = "0.1.23"
|
||||
@@ -1674,7 +1686,6 @@ dependencies = [
|
||||
"async-trait",
|
||||
"clap",
|
||||
"env_logger",
|
||||
"rustical_api",
|
||||
"rustical_auth",
|
||||
"rustical_caldav",
|
||||
"rustical_store",
|
||||
@@ -1685,18 +1696,6 @@ dependencies = [
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustical_api"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"rustical_store",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustical_auth"
|
||||
version = "0.1.0"
|
||||
@@ -1755,6 +1754,7 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"regex",
|
||||
"rstest",
|
||||
"rstest_reuse",
|
||||
"serde",
|
||||
"sha2",
|
||||
"sqlx",
|
||||
|
||||
Reference in New Issue
Block a user