Skip to content

Commit

Permalink
Cargo.toml: add features
Browse files Browse the repository at this point in the history
Signed-off-by: Shubh <shubhisroking@proton.me>
  • Loading branch information
shubhisroking committed Sep 7, 2023
1 parent 6246300 commit 9b00e7a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"
rand = "0.8.5"

[features]
default = ["std"]
std = []
codegen-units = []
link-arg = []
opt-level = []
panic = []

0 comments on commit 9b00e7a

Please sign in to comment.