File: Cargo.toml.orig

package info (click to toggle)
rust-bit 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 104 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bit"
version = "0.1.1"
description = "A library which provides helpers to manipulate bits and bit ranges."
license = "MIT/Apache-2.0"
readme = "README.md"
authors = ["José Miguel Sánchez García <jmi2k@openmailbox.org>"]
repository = "https://github.com/jmi2k/bit-rs"
documentation = "https://docs.rs/bit"
keywords = ["no_std", "bit"]

[dependencies]