Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
add async functions to doc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Feb 28, 2024
1 parent 4d5bb61 commit fb75e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions for-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ cli = ["clap", "simplelog", "file-rotate"]
delta = ["zstd"]
async = ["async-std"]

[package.metadata.docs.rs]
features = ["async"]

[lib]
name = "velopack"
path = "src/lib.rs"
Expand Down

0 comments on commit fb75e32

Please sign in to comment.