-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 780 Bytes
/
Cargo.toml
File metadata and controls
27 lines (25 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "ihop"
version = "0.1.2"
authors = ["Olle Sandberg <olle@b3rg.se>"]
edition = "2018"
license = "MIT"
description = "Virtual block device made from a bunch-of-chunks"
repository = "https://github.com/oll3/ihop"
readme = "README.md"
keywords = ["sofware-update", "file-synchronization", "delta-update", "differential"]
categories = ["command-line-utilities", "compression", "filesystem"]
[dependencies]
tokio = { version = "0.2.21", features = ["uds", "fs", "io-std", "sync", "io-util", "macros", "time", "rt-threaded"] }
async-trait = "0.1.36"
log = "0.4.8"
pretty_env_logger = "0.4.0"
clap = "2.33.1"
bitar = "0.7.1"
url = "2.1.1"
nbd-async = { version = "0.2.0" }
blake2 = "0.9.0"
prost ="0.6.1"
reqwest = "0.10.6"
[build-dependencies]
prost-build = "0.6.1"