File: Cargo.toml.orig

package info (click to toggle)
rust-futf 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 120 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "futf"
version = "0.1.4"
authors = ["Keegan McAllister <kmcallister@mozilla.com>"]
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/futf"
description = "Handling fragments of UTF-8"

[dependencies]
mac = "0.1.0"
new_debug_unreachable = "1.0.0"