diff options
| author | Ayose <ayosec@gmail.com> | 2025-02-24 00:00:00 +0000 |
|---|---|---|
| committer | Ayose <ayosec@gmail.com> | 2025-02-24 00:00:00 +0000 |
| commit | 22c7c29c0303398baa71db8798473ee704f9717c (patch) | |
| tree | 17174ab40db30d33ef0898b9b3f44841f39ab82e /utf8parse/Cargo.toml | |
| parent | 0700cee5af14c63895878dab357119f89ff263d0 (diff) | |
| parent | 3b3da71c34cc1256c7e20981cf03f8eb95e08ffc (diff) | |
| download | r-alacritty-vte-graphics.tar.gz r-alacritty-vte-graphics.tar.bz2 r-alacritty-vte-graphics.zip | |
Merge remote-tracking branch 'alacritty/master' into graphicsgraphics
Diffstat (limited to 'utf8parse/Cargo.toml')
| -rw-r--r-- | utf8parse/Cargo.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/utf8parse/Cargo.toml b/utf8parse/Cargo.toml deleted file mode 100644 index 71ea44b..0000000 --- a/utf8parse/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -authors = ["Joe Wilm <joe@jwilm.com>", "Christian Duerr <contact@christianduerr.com>"] -description = "Table-driven UTF-8 parser" -documentation = "https://docs.rs/utf8parse/" -repository = "https://github.com/alacritty/vte" -keywords = ["utf8", "parse", "table"] -categories = ["parsing", "no-std"] -license = "Apache-2.0 OR MIT" -version = "0.2.2" -name = "utf8parse" -edition = "2018" - -[features] -nightly = [] -default = [] |