aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b85730..240bebb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,12 @@
[package]
name = "textgraph"
-version = "0.1.0"
+version = "1.0.0"
edition = "2021"
[features]
default = ["libc", "ansi"]
ansi = []
-libc = ["dep:libc"]
+libc = []
[dependencies]
-libc = { version = "0.2.155", optional = true }