diff options
author | open-trade <[email protected]> | 2020-09-17 00:04:39 +0800 |
---|---|---|
committer | open-trade <[email protected]> | 2020-09-17 00:04:39 +0800 |
commit | b32a948347baaf56da5c920e217184c553481b89 (patch) | |
tree | 09165de6c05e4c10722e1aae11cd4c33e6731cbd /Cargo.lock | |
parent | 8fd7936f3eb44237f120673fb001c89068ef064b (diff) | |
download | rustdesk-server-b32a948347baaf56da5c920e217184c553481b89.tar.gz rustdesk-server-b32a948347baaf56da5c920e217184c553481b89.zip |
hbbf
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -497,6 +497,7 @@ name = "hbbs" version = "0.1.0" dependencies = [ "hbb_common 0.1.0", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |