File: Cargo.toml.orig

package info (click to toggle)
rust-nbd 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "nbd"
version = "0.3.1"
authors = ["Vitaly \"_Vi\" Shukela <vi0oss@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/vi/rust-nbd"
description = "Rust library for NBD (network block device) servers and clients."
keywords = ["nbd", "network-block-device"]
categories = ["network-programming"]
readme = "README.md"


[dependencies]
byteorder = "1.0"

[dev-dependencies]
proptest = "0.8.4"
rand = "0.5.5"
readwrite = "0.1.0"
pipe = "0.0.3"