Cargo.toml 279 Bytes
[package]
name = "artshop-common"
version = "0.1.0"
workspace = ".."
edition = "2018"
description = "Common types and code for both frontend and server."
repository = "https://gitlab.weird-web-workers.org/rust/artshop"
license = "GPL-3.0-or-later"

[dependencies]
serde = "^1.0"