aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock32
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6c7994..6906769 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -18,22 +18,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
-name = "adservice"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "env_logger",
- "log",
- "markup",
- "rand 0.9.0-alpha.1",
- "redb",
- "rocket",
- "serde",
- "serde_yaml",
- "thiserror",
-]
-
-[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -655,6 +639,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
[[package]]
+name = "meta-adservices"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "env_logger",
+ "log",
+ "markup",
+ "rand 0.9.0-alpha.1",
+ "redb",
+ "rocket",
+ "serde",
+ "serde_yaml",
+ "thiserror",
+]
+
+[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"