projects
/
evpf.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Minor error handling fixed
[evpf.git]
/
Cargo.toml
1
[package]
2
name = "evpf"
3
version = "0.1.2"
4
authors = ["Harishankar <v.harishankar@gmail.com>"]
5
edition = "2018"
6
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
[dependencies]
10
regex="1"
11
colored="1.9.3"
12
rustyline="6.1.2"