docs: update installation

This commit is contained in:
iff 2024-12-08 17:46:43 +01:00
parent d0f4083eb3
commit 2c94883bfc
6 changed files with 17 additions and 10 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "pay-respects-fallback-request-ai"
name = "pay-respects-module-request-ai"
version = "0.1.0"
edition = "2021"
@ -19,3 +19,6 @@ curl = { version = "0.4", optional = true }
# complicates cross compilation
libcurl = ["dep:curl"]
[[bin]]
name = "pay-respects-fallback-request-ai"
path = "src/main.rs"