tsk-70: Remove src/lib.rs #74

Merged
phoenix merged 5 commits from tsk-70 into main 2025-10-20 17:12:55 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 711581f8a7 - Show all commits

2
Cargo.lock generated
View File

@@ -748,7 +748,7 @@ dependencies = [
[[package]] [[package]]
name = "icarus_auth" name = "icarus_auth"
version = "0.6.3" version = "0.6.4"
dependencies = [ dependencies = [
"argon2", "argon2",
"axum", "axum",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "icarus_auth" name = "icarus_auth"
version = "0.6.3" version = "0.6.4"
edition = "2024" edition = "2024"
rust-version = "1.90" rust-version = "1.90"