aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 51b6c49c4d32d7af506a35f35d1ad1bbfe42b726 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package]
name = "guitar"
version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A toolkit for string-based instruments"
documentation = "https://docs.rs/guitar"
readme = "README.md"
homepage = "https://github.com/Fuwn/guitar"
repository = "https://github.com/Fuwn/guitar"
license = "GPL-3.0-only"
keywords = ["guitar", "fret", "neck", "bridge"]

# [features]
# default = []

[dependencies]
once_cell = "1.17.1"