aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..51b6c49
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,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"