summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ea084a89ad9b8b983289d56347c242430debbeeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]

name = "hexedit"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "MIT"
repository = "lol"
description = """
A nice hex editor.
"""

[[bin]]
name = "hexedit"
path = "main.rs"
test = false
bench = false

[dependencies]
"termios" = "0.2.2"
"termion" = "1.4.0"