Skip to content

Commit fff8aa3

Browse files
committed
fmt
1 parent 0bf2050 commit fff8aa3

72 files changed

Lines changed: 132 additions & 7959 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 1 addition & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
resolver = "3"
3-
members = ["./crates/*", "./examples", "./_scratch/scratch"]
3+
members = ["./crates/*", "./examples"]
44

55
[workspace.lints.rust]
66
elided_lifetimes_in_paths = "allow"
@@ -39,3 +39,5 @@ hyper = { version = "1.7.0", features = ["full"] }
3939
hyper-util = { version = "0.1.16", features = ["tokio"] }
4040
tokio-util = "0.7.16"
4141
num_cpus = "1.17.0"
42+
async_fn_traits = "0.1.1"
43+
rand = "0.9.2"

0 commit comments

Comments
 (0)