bitque/Cargo.toml

19 lines
398 B
TOML
Raw Normal View History

2020-03-31 14:28:30 +02:00
#[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"
2020-03-27 12:17:27 +01:00
[workspace]
members = [
"./jirs-cli",
"./jirs-server",
2020-03-28 21:41:16 +01:00
"./jirs-client",
"./jirs-data",
2020-04-23 14:26:43 +02:00
"./jirs-css",
2020-03-27 12:17:27 +01:00
]