Cargo doc fixes
It's good now
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user