Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f14470a

Browse files
committedApr 4, 2025
chore(client): add deps libc,log,thiserror,dirs
1 parent 869d65e commit f14470a

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed
 

‎Cargo.lock

Lines changed: 27 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎aw-client-rust/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ serde_json = "1.0"
1212
chrono = { version = "0.4", features = ["serde"] }
1313
aw-models = { path = "../aw-models" }
1414
tokio = { version = "1.28.2", features = ["rt"] }
15+
libc = "0.2"
16+
log = "0.4"
17+
thiserror = "1.0"
18+
dirs = "4.0"
1519

1620
[dev-dependencies]
1721
aw-datastore = { path = "../aw-datastore" }

0 commit comments

Comments
 (0)
Please sign in to comment.