aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5b85730a50508e18c34cef905069a386267d6388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "textgraph"
version = "0.1.0"
edition = "2021"

[features]
default = ["libc", "ansi"]
ansi = []
libc = ["dep:libc"]

[dependencies]
libc = { version = "0.2.155", optional = true }