Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c58be7c902
|
|||
|
2463e83a43
|
|||
|
19c0fa81ab
|
|||
|
2cd4b34347
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1536,8 +1536,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "todo"
|
name = "todo-mcp"
|
||||||
version = "0.1.1"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "todo"
|
name = "todo-mcp"
|
||||||
version = "0.1.1"
|
version = "0.2.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.85"
|
rust-version = "1.85"
|
||||||
description = "simple todo cli with mcp server for ai integration"
|
description = "simple todo cli with mcp server for ai integration"
|
||||||
|
|||||||
2
build.rs
2
build.rs
@@ -19,7 +19,7 @@ fn main() -> Result<(), Error> {
|
|||||||
let mut cmd = Cli::command();
|
let mut cmd = Cli::command();
|
||||||
|
|
||||||
for shell in Shell::value_variants() {
|
for shell in Shell::value_variants() {
|
||||||
let path = generate_to(*shell, &mut cmd, "todo", &outdir)?;
|
let path = generate_to(*shell, &mut cmd, env!("CARGO_PKG_NAME"), &outdir)?;
|
||||||
|
|
||||||
println!("cargo:warning=completion file is generated: {path:?}");
|
println!("cargo:warning=completion file is generated: {path:?}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user