add cargo toml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
08436c0a56
commit
3904c576f0
@ -1,7 +1,9 @@
|
||||
[package]
|
||||
name = "ai"
|
||||
authors = ["syui"]
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
description = "latest@2024-08-04"
|
||||
|
||||
[dependencies]
|
||||
seahorse = "*"
|
||||
|
@ -44,6 +44,9 @@ pub mod delete_record;
|
||||
fn main() {
|
||||
let args: Vec<String> = env::args().collect();
|
||||
let app = App::new(env!("CARGO_PKG_NAME"))
|
||||
.author(env!("CARGO_PKG_AUTHORS"))
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
.description(env!("CARGO_PKG_DESCRIPTION"))
|
||||
.command(
|
||||
Command::new("ai")
|
||||
.alias("a")
|
||||
|
Loading…
Reference in New Issue
Block a user