updating Cargo.toml

This commit is contained in:
Henrik Böving
2019-10-04 07:24:29 +00:00
parent ff76f7e119
commit 26eb3a0abb

View File

@@ -1,9 +1,12 @@
[package] [package]
name = "irssi-sys" name = "irssi-sys"
version = "0.1.0" version = "0.1.0"
authors = ["ubuntu"] authors = ["Henrik Böving <hargonix@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html documentation = "https://docs.rs/irssi-sys"
description = "Automatically generated bindings to irssi"
repository = "https://github.com/hargoniX/irssi-sys"
[dependencies] [dependencies]