Skip to content

Commit

Permalink
ci: Update cargo .toml
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Apr 9, 2024
1 parent 967e694 commit 7753e96
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 132 deletions.
224 changes: 98 additions & 126 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "0.1.0"
authors = ["Mads Kjeldgaard <mail@madskjeldgaard.dk>"]
edition = "2021"
rust-version = "1.56.0"
description = ""
description = "common functions and helpers for working with music / audio."
# documentation = ""
# homepage = ""
repository = ""
repository = "https://github.com/madskjeldgaard/music-math-rs"
license = "MIT"
keywords = ["music-math"]
# categories = []
categories = ["music", "math", "midi", "audio"]

publish = false # no accidents while in dev

Expand All @@ -19,12 +19,10 @@ default = []
full = []

[dependencies]
fastrand = "2.0.2"
num-traits = "0.2.18"
rand = "0.8.5"

[dev-dependencies]
criterion = "0.4"
criterion = "0.5.1"
pretty_assertions = "1"
approx = "0.5.1"

Expand Down

0 comments on commit 7753e96

Please sign in to comment.