[package] name = "akkorders" description = "A library and CLI for calculating triads" license-file = "LICENSE" homepage = "https://gitlab.com/niwla23/akkorders" documentation = "https://gitlab.com/niwla23/akkorders" repository = "https://gitlab.com/niwla23/akkorders.git" readme = "README.md" version = "0.1.1" authors = ["Alwin Lohrie "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib", "rlib"] [dependencies] json = "0.12.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.62" wasm-bindgen = "0.2" js-sys = "0.3" web-sys = "0.3"