Skip to content

Commit

Permalink
all: add tests and comments for some codes (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
fioncat authored Jan 23, 2025
1 parent f4c68a0 commit 9c205f9
Show file tree
Hide file tree
Showing 74 changed files with 4,498 additions and 215 deletions.
37 changes: 19 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pad = "0.1"
pbkdf2 = "0.12"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
rusqlite = { version = "0.32", features = ["bundled"] }
rusqlite = { version = "0.33", features = ["bundled"] }
sd-notify = "0.4"
serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -40,6 +40,9 @@ thiserror = "2.0"
tokio = { version = "1.43", features = ["full"] }
toml = "0.8"

[dev-dependencies]
once_cell = "1.20"

[build-dependencies]
simple-error = "0.3"
vergen = { version = "9.0", features = ["build", "rustc", "cargo", "si"] }
Expand Down
Loading

0 comments on commit 9c205f9

Please sign in to comment.