Skip to content

Commit

Permalink
Adding doc.rs features to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
coreylowman committed Mar 14, 2023
1 parent b100001 commit f063875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ keywords = [

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package.metadata.docs.rs]
features = ["ci-check", "f16"]

[features]
default = ["std", "driver", "nvrtc", "cublas", "curand"]
nvrtc = []
Expand Down

0 comments on commit f063875

Please sign in to comment.