Update cargo toml

This commit is contained in:
Federico Terzi 2019-09-15 17:45:22 +02:00
parent 05ec00698f
commit f75b0b142c

View File

@ -2,6 +2,10 @@
name = "espanso" name = "espanso"
version = "0.1.0" version = "0.1.0"
authors = ["Federico Terzi <federicoterzi96@gmail.com>"] authors = ["Federico Terzi <federicoterzi96@gmail.com>"]
license = "GPL-3.0"
description = "Cross-platform Text Expander written in Rust"
readme = "README.md"
homepage = "https://github.com/federico-terzi/espanso"
edition = "2018" edition = "2018"
build="build.rs" build="build.rs"