20 lines
521 B
TOML
20 lines
521 B
TOML
[workspace]
|
|
members = ["client", "server", "common"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
# TODO: idk how to do the name, fix later
|
|
# name = "Multieko2"
|
|
version = "0.3.13"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
authors = ["Filip Priečinský <filippriec@gmail.com>"]
|
|
description = "Poriadny uctovnicky software."
|
|
readme = "README.md"
|
|
repository = "https://gitlab.com/filipriec/multieko2"
|
|
categories = ["command-line-interface"]
|
|
|
|
# [workspace.metadata]
|
|
# TODO:
|
|
# documentation = "https://docs.rs/accounting-client"`
|