Initial commit
This commit is contained in:
commit
c826b8a819
15 changed files with 4417 additions and 0 deletions
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
|
@ -0,0 +1,24 @@
|
|||
[package]
|
||||
name = "maid"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
members = ["bot"]
|
||||
|
||||
[workspace.dependencies]
|
||||
eva = { git = "ssh://forgejo@git.viende.su:61488/VienDesu/eva.git" }
|
||||
eyre = "0.6.12"
|
||||
|
||||
viendesu = { git = "ssh://forgejo@git.viende.su:61488/VienDesu/core.git" }
|
||||
|
||||
[dependencies]
|
||||
eva = { workspace = true, features = ["cli", "enable-tracing"] }
|
||||
eyre = { workspace = true }
|
||||
|
||||
viendesu = { workspace = true, features = ["http-client"] }
|
||||
|
||||
bot.path = "bot"
|
||||
|
||||
[patch.crates-io]
|
||||
schemars = { git = "ssh://forgejo@git.viende.su:61488/VienDesu/schemars.git", version = "1.0.0-alpha.17" }
|
Loading…
Add table
Add a link
Reference in a new issue