File: Cargo.toml.orig

package info (click to toggle)
rust-ar 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 176 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ar"
version = "0.6.2"
authors = ["Matthew D. Steele <mdsteele@alum.mit.edu>"]
description = "A library for encoding/decoding Unix archive files."
repository = "https://github.com/mdsteele/rust-ar"
keywords = ["ar", "archive", "deb"]
license = "MIT"
readme = "README.md"

[dependencies]
byteorder = "1"