mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
age-core: Re-export secrecy
crate
This commit is contained in:
parent
bbe8d518fb
commit
c7a2e998c6
25 changed files with 45 additions and 38 deletions
|
@ -8,6 +8,7 @@ to 1.0.0 are beta releases.
|
|||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- `age_core::secrecy`, which re-exports the `secrecy` crate.
|
||||
- `age_core::plugin::Error`
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
// Catch documentation errors caused by code changes.
|
||||
#![deny(broken_intra_doc_links)]
|
||||
|
||||
// Re-export crates that are used in our public API.
|
||||
pub use secrecy;
|
||||
|
||||
pub mod format;
|
||||
pub mod primitives;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue