1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-20 18:43:57 +00:00

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
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
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"]