mirror of
https://github.com/mii443/rustysecrets-cli.git
synced 2025-08-22 16:25:32 +00:00
Release version 0.1.0
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -421,7 +421,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustysecrets-cli"
|
name = "rustysecrets-cli"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustysecrets-cli"
|
name = "rustysecrets-cli"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0"
|
||||||
authors = ["Romain Ruetschi <romain.ruetschi@gmail.com>"]
|
authors = ["Romain Ruetschi <romain.ruetschi@gmail.com>"]
|
||||||
|
|
||||||
description = "rustysecrets-cli is a command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing"
|
description = "rustysecrets-cli is a command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing"
|
||||||
@ -31,7 +31,7 @@ colored = "^1.5"
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = "^2.26"
|
clap = "^2.26"
|
||||||
mime = "^0.3"
|
mime = "^0.3"
|
||||||
git-build-version = "*"
|
git-build-version = "^0.1"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
Reference in New Issue
Block a user