add version to manifest

This commit is contained in:
CherretGit
2026-03-10 22:12:54 +07:00
parent ba5345f365
commit 229f624c55

View File

@@ -51,6 +51,7 @@ pub struct Config {
pub struct Manifest {
schema: i32,
name: String,
version: String,
author: String,
description: String,
dependencies: Vec<String>,