bitque/Cargo.toml
2020-03-31 14:28:30 +02:00

19 lines
381 B
TOML

#[package]
#name = "jirs"
#version = "0.1.0"
#authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
#edition = "2018"
#description = "JIRS (Simplified JIRA in Rust)"
#repository = "https://gitlab.com/adrian.wozniak/jirs"
#license = "MPL-2.0"
#license-file = "./LICENSE"
[workspace]
members = [
"./jirs-cli",
"./jirs-server",
"./jirs-client",
"./jirs-data",
]