This commit is contained in:
2023-10-20 23:31:16 +09:00
parent 430b5977d8
commit 993b83a287
84 changed files with 9466 additions and 1 deletions

19
Cargo.toml Normal file
View File

@ -0,0 +1,19 @@
[package]
name = "ai"
version = "0.0.1"
edition = "2021"
[dependencies]
seahorse = "*"
reqwest = { version = "*", features = ["blocking", "json"] }
tokio = { version = "1", features = ["full"] }
shellexpand = "*"
config = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"
url = { version = "2.0", features = ["serde"] }
rustc-serialize = "*"
toml = "*"
iso8601-timestamp = "*"
sysinfo = "*"