13 lines
281 B
TOML
13 lines
281 B
TOML
[package]
|
|
|
|
name = "futf"
|
|
version = "0.1.5"
|
|
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.2"
|