diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f5c6b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/utf8-width-0.1.7.crate diff --git a/.rust-utf8-width.metadata b/.rust-utf8-width.metadata index e69de29..1f8c383 100644 --- a/.rust-utf8-width.metadata +++ b/.rust-utf8-width.metadata @@ -0,0 +1 @@ +3d924f6a67577f088ffbb87a046e62b122cf844b SOURCES/utf8-width-0.1.7.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..b34fabc --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[package] +summary = "Determine the width of a UTF-8 character by providing its first byte" + diff --git a/SOURCES/utf8-width-0.1.7.crate b/SOURCES/utf8-width-0.1.7.crate deleted file mode 100644 index a5c9d3f..0000000 Binary files a/SOURCES/utf8-width-0.1.7.crate and /dev/null differ