aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-04-09 21:42:46 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-04-09 21:42:46 +0200
commit1bf45c790ec55e1111d0b6846b42029a76effdd3 (patch)
tree3c214914cd0a122f90bfe9516edfb55717185b42 /Cargo.toml
parent098e7d6aacbd1d496816ce0291a981ff665b2a36 (diff)
downloadzears-1bf45c790ec55e1111d0b6846b42029a76effdd3.tar.gz
zears-1bf45c790ec55e1111d0b6846b42029a76effdd3.tar.bz2
zears-1bf45c790ec55e1111d0b6846b42029a76effdd3.zip
add repository linkv0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 894e269..a188c6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2024"
license = "MIT"
description = "Rust implementation of the AEZ v5 cipher."
readme = "README.md"
+repository = "https://codeberg.org/dunj3/zears"
[dependencies]
aes = { version = "0.8.4", features = ["hazmat"] }