mirror of
https://github.com/Rixxc/age-plugin-xwing.git
synced 2026-03-19 16:14:12 +01:00
feat: forbid unsafe code
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
use age_core::{
|
||||
format::{FileKey, Stanza, FILE_KEY_BYTES},
|
||||
primitives::{aead_decrypt, aead_encrypt},
|
||||
|
||||
Reference in New Issue
Block a user