[package] name = "notation_tab" version = "0.6.0" edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://www.notation.fun" repository = "https://github.com/notation-fun/notation" description = "Fun notation - tab tools" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] [dependencies] notation_proto = { version = "0.6.0", path = "../notation_proto" } notation_dsl = { version = "0.6.0", path = "../notation_dsl" } notation_macro = { version = "0.6.0", path = "../notation_macro" } serde = "1.0" ron = "0.8" anyhow = "1.0"