Cargo doc fixes

It's good now
This commit is contained in:
2026-05-10 10:18:45 +02:00
parent b87a6ff297
commit 33df619c8d
4 changed files with 19 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
[package]
name = "ticketsystem"
version = "0.1.0"
edition = "2021"
readme = "README.md"
description = "A ticket system with backend and frontend components"
publish = false
[workspace]
members = ["backend", "frontend"]
resolver = "2"