File: Cargo.toml.orig

package info (click to toggle)
rust-encoding-index-tests 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 80 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "encoding_index_tests"
version = "0.1.4"
authors = ["Kang Seonghoon <public+rust@mearie.org>"]

description = "Helper macros used to test index tables for character encodings"
homepage = "https://github.com/lifthrasiir/rust-encoding"
readme = "../../../README.md"
license = "CC0-1.0"

[lib]
name = "encoding_index_tests"
path = "index_tests.rs"