broken, not working, needs fix
This commit is contained in:
16
Cargo.toml
16
Cargo.toml
@@ -1,3 +1,19 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = ["client", "server", "common"]
|
members = ["client", "server", "common"]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
|
[workspace.package]
|
||||||
|
# TODO: idk how to do the name, fix later
|
||||||
|
# name = "Multieko2"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
authors = ["Filip Priečinský <filippriec@gmail.com>"]
|
||||||
|
description = "Poriadny uctovnicky software."
|
||||||
|
license = "GPLv3"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://gitlab.com/filipriec/multieko2"
|
||||||
|
categories = ["command-line-interface"]
|
||||||
|
|
||||||
|
# [workspace.metadata]
|
||||||
|
# TODO:
|
||||||
|
# documentation = "https://docs.rs/accounting-client"`
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "client"
|
name = "multieko2-client"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
common = { path = "../common" }
|
common = { path = "../common" }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "common"
|
name = "multieko2-common"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tonic = "0.12.3"
|
tonic = "0.12.3"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "server"
|
name = "multieko2-server"
|
||||||
version = "0.1.0"
|
version.workspace = true
|
||||||
edition = "2021"
|
edition.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
common = { path = "../common" }
|
common = { path = "../common" }
|
||||||
|
|||||||
Reference in New Issue
Block a user