about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock33
1 files changed, 8 insertions, 25 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 85f7e8b..eefd0c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -89,15 +89,21 @@ dependencies = [
  "http-body-util",
  "hyper",
  "hyper-util",
- "libloading",
  "regex-lite",
  "rusqlite",
  "sha2",
- "smalldog",
  "tokio",
 ]
 
 [[package]]
+name = "corgi-stats"
+version = "0.1.0"
+dependencies = [
+ "rusqlite",
+ "time",
+]
+
+[[package]]
 name = "cpufeatures"
 version = "0.2.17"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -319,16 +325,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
 
 [[package]]
-name = "libloading"
-version = "0.8.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
-dependencies = [
- "cfg-if",
- "windows-targets",
-]
-
-[[package]]
 name = "libsqlite3-sys"
 version = "0.32.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -500,10 +496,6 @@ dependencies = [
 ]
 
 [[package]]
-name = "smalldog"
-version = "0.1.0"
-
-[[package]]
 name = "smallvec"
 version = "1.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -520,15 +512,6 @@ dependencies = [
 ]
 
 [[package]]
-name = "stats_module"
-version = "0.1.0"
-dependencies = [
- "rusqlite",
- "smalldog",
- "time",
-]
-
-[[package]]
 name = "syn"
 version = "2.0.100"
 source = "registry+https://github.com/rust-lang/crates.io-index"