[workspace] members = [ "sing_macros", "sing_parse", "sing_util", ] [package] name = "sing_rs" version = "0.1.0" edition = "2021" license = "AGPL-3.0-or-later" license_file = "LICENSE.md" authors = [ "Daniel Mowitz" ] repository = "https://gitea.chaostreff-alzey.de/Thelie/sing" readme = "README.md" description = "Macros for generating STDIN/STDOUT interfaces to trait objects." [lib] bench = false [dependencies] sing_macros = { path = "./sing_macros", version = "0.1.0" } sing_parse = { path = "./sing_parse", version = "0.1.0" } sing_util = { path = "./sing_util", version = " 0.1.0" }