summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c46ae2481b66d14cdabd3a3d77dd2a279721fcb0 (plain)
1
2
3
4
5
6
7
8
[package]
name = "difx"
version = "0.1.0"
edition = "2024"

[dependencies]
nom = "8.0.0"
rustyline = "15.0.0"