diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" |
