Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions grammers-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fs = ["tokio/fs"]
default = ["fs"]

[dependencies]
base64 = { version = "0.22", features = ["std"] }
chrono = "0.4.42"
futures-util = { version = "0.3.31", default-features = false, features = [
"alloc"
Expand Down
Loading
Loading