summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 673a8a6b100bcfc997cabf08da849a6a1f21c596 (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]
"terminal_size" = "0.1.7"
"termios" = "0.2.2"