summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8c69537..b764ba5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -293,6 +293,7 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
name = "constants"
version = "0.1.0"
dependencies = [
+ "libc",
"macros",
]
@@ -689,6 +690,7 @@ dependencies = [
"chrono",
"constants",
"data_struct",
+ "jvlib",
"sha1_hash",
"string_proc",
"tcp_connection",
@@ -699,6 +701,14 @@ dependencies = [
]
[[package]]
+name = "jvlib"
+version = "0.1.0"
+dependencies = [
+ "constants",
+ "libc",
+]
+
+[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"