File: Cargo.toml.orig

package info (click to toggle)
rust-test-assembler 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "test-assembler"
description = "A set of types for building complex binary streams."
version = "0.1.6"
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
license = "MIT"
homepage = "https://github.com/luser/rust-test-assembler"
repository = "https://github.com/luser/rust-test-assembler"

[dependencies]
byteorder = "1"

[dev-dependencies]
doc-comment = "0.3.3"