Add build script to get some Git info to later show in admin panel, and add some metadata to Cargo.toml

This commit is contained in:
Daniel García
2018-12-30 00:04:22 +01:00
parent adb8052689
commit 72ed05c4a4
2 changed files with 45 additions and 0 deletions

View File

@@ -4,6 +4,12 @@ version = "1.0.0"
authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
edition = "2018"
repository = "https://github.com/dani-garcia/bitwarden_rs"
readme = "README.md"
license = "GPL-3.0-only"
publish = false
build = "build.rs"
[features]
enable_syslog = ["syslog", "fern/syslog-4"]