diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-23 20:59:31 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-23 20:59:31 -0800 |
commit | 9f8aa9c315c4ac63cbe239b50f51a938b3882435 (patch) | |
tree | 3e779e0bd04861c3b229bd24e94cc5d9948d9162 /Cargo.toml | |
parent | 2b7caf95fd6a28d621a348e95f66dd2aee988567 (diff) | |
download | alacritty-9f8aa9c315c4ac63cbe239b50f51a938b3882435.tar.gz alacritty-9f8aa9c315c4ac63cbe239b50f51a938b3882435.zip |
Add license
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ name = "alacritty" version = "0.1.0" authors = ["Joe Wilm <joe@jwilm.com>"] +license = "Apache-2.0" [dependencies] servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" } |