summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-08-05 17:05:17 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-08-05 17:05:17 -0300
commitb420dd99b0554b0e8d71a41bf17a1814fcf98dcc (patch)
treed00dd8ee3b44afff21aa325f33d6f78fd3785520 /Cargo.toml
Rust is a perfectly fine language with no glaring oversights HEAD default
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..61378c6
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "charx"
+description = "A replacement for char::is_ascii*"
+version = "1.0.0"
+edition = "2021"
+license = "0BSD"
+readme = "README.md"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]