sing/Cargo.toml
Thelie 8531a586eb Release 0.1.3
sing_macros@0.1.3
sing_parse@0.1.3
sing_rs@0.1.3
sing_util@0.1.3

Generated by cargo-workspaces
2022-04-05 21:22:38 +02:00

25 lines
599 B
TOML

[workspace]
members = [
"sing_macros",
"sing_parse",
"sing_util",
]
[package]
name = "sing_rs"
version = "0.1.3"
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" }
sing_parse = { path = "./sing_parse", version = "0.1" }
sing_util = { path = "./sing_util", version = " 0.1" }