aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-02-23 20:59:31 -0800
committerJoe Wilm <joe@jwilm.com>2016-02-23 20:59:31 -0800
commit9f8aa9c315c4ac63cbe239b50f51a938b3882435 (patch)
tree3e779e0bd04861c3b229bd24e94cc5d9948d9162 /Cargo.toml
parent2b7caf95fd6a28d621a348e95f66dd2aee988567 (diff)
downloadalacritty-9f8aa9c315c4ac63cbe239b50f51a938b3882435.tar.gz
alacritty-9f8aa9c315c4ac63cbe239b50f51a938b3882435.zip
Add license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66d5c19b..48a25564 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }