diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-21 08:15:41 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-21 08:15:41 -0800 |
commit | 621776cd94890936b24f3abb8b7ec1f36dad9150 (patch) | |
tree | ea6a0caf07cc23f132a795c8b3788b6b48128e4c /Cargo.toml | |
download | alacritty-621776cd94890936b24f3abb8b7ec1f36dad9150.tar.gz alacritty-621776cd94890936b24f3abb8b7ec1f36dad9150.zip |
Initialize new cargo binary project
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 00000000..e970b9ea --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "alacritty" +version = "0.1.0" +authors = ["Joe Wilm <joe@jwilm.com>"] + +[dependencies] |