diff options
| author | Max Audron <audron@cocaine.farm> | 2020-01-12 18:01:18 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2020-01-13 19:13:05 +0100 |
| commit | a7858cd77151430b3fab0bcdcacdc14375f77980 (patch) | |
| tree | b6f3d72f1c6e32b2d32f33ca3ce56a765a595d86 /Cargo.lock | |
| parent | init (diff) | |
initial implementation done
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,11 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] +name = "byteorder" +version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -9,6 +14,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "libquassel" version = "0.1.0" dependencies = [ + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -21,5 +27,6 @@ dependencies = [ ] [metadata] +"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
