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:
parent
adb8052689
commit
72ed05c4a4
2 changed files with 45 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue