Amber Sprenkels
8f0bb396fb
Prepare for version 0.1.2
2025-10-26 11:41:47 +01:00
Amber Sprenkels
d9fb0d923b
Cargo.toml: Remove authors field
2025-10-26 11:37:06 +01:00
Amber Sprenkels
50663c1f12
Update sss-rs dependency
...
Fixes #22
Fixes #24
2025-10-26 11:36:45 +01:00
Daan Sprenkels
d327af9d81
Prepare for version 0.1.1
2021-04-13 14:57:55 +02:00
Daan Sprenkels
cece61d44b
Pin shamirsecretsharing to =0.1.4
2021-04-10 13:14:43 +02:00
Daan Sprenkels
b0489fb2b8
Bump duct dev-dependency {0.10 => 0.12}
2019-09-03 10:36:31 +02:00
Daan Sprenkels
12f4947ff2
Bump env_logger dependency {0.5 => 0.6}
2019-09-03 10:35:44 +02:00
Daan Sprenkels
612b10aa1d
Bump rand dependency {0.4 => 0.7}
2019-09-03 10:23:58 +02:00
Daan Sprenkels
ab4abbb9bc
Bump duct crate {0.9 => 0.10}
...
Changelog: https://github.com/oconnor663/duct.rs/releases/tag/0.10.0
2018-03-04 13:23:19 +01:00
Daan Sprenkels
4eccc146fe
Bump log crate {0.3 => 0.4}
...
Changelog: https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md#040---2017-12-24
2018-03-04 13:21:11 +01:00
Daan Sprenkels
06a5b9b93b
Bump rand crate {0.3 => 0.4}
...
Changelog: https://github.com/rust-lang-nursery/rand/blob/master/CHANGELOG.md#040-pre0---2017-12-11
2018-03-04 13:17:47 +01:00
Daan Sprenkels
14096b5642
Bump env_logger crate {0.4 => 0.5}
...
Changelog: https://github.com/sebasmagri/env_logger/releases/tag/v0.5.0
Adds two dependencies, chrono [1] and termcolor [2]. Dependencies look
all right. `env_logger` now supports color.
[1]: https://crates.io/crates/chrono
[2]: https://crates.io/crates/termcolor
2018-03-04 13:15:54 +01:00
Daan Sprenkels
8a83873b30
Add test suite
2017-10-19 15:28:51 +02:00
Daan Sprenkels
6ccaca4174
combine: Do not print hex in case of tty
2017-10-19 12:11:16 +02:00
Ken Swenson
98fd55694a
Use env logger ( #4 )
...
Implement proper logging functionality
Replace `panic!` and `eprintln!` to use the logging macros from `log!` and
initialize `env_logger`.
Closes #3 .
2017-10-19 10:50:26 +02:00
Daan Sprenkels
71655a5168
Revert "Use getopts instead of clap"
...
This reverts commit f39f86c541 .
It turns out that, in a release binary, the difference between the
two is only 4.7M vs 4.0M. Although the compile time of getopts is
a lot shorter than clap's, clap still gives us more flexibility
and less work, so I decide to keep working with clap anyway.
References #1 .
2017-10-16 15:01:46 +02:00
Daan Sprenkels
f39f86c541
Use getopts instead of clap
...
Fixes #1
2017-10-16 14:47:26 +02:00
Daan Sprenkels
e8d8f0fd21
Initial commit
2017-10-13 23:09:08 +02:00