mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-05-13 17:02:36 +02:00
chore: rebrand webclaw to noxa
This commit is contained in:
parent
a4c351d5ae
commit
8674b60b4e
86 changed files with 781 additions and 2121 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -6,13 +6,13 @@ members = ["crates/*"]
|
|||
version = "0.3.11"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0"
|
||||
repository = "https://github.com/0xMassi/webclaw"
|
||||
repository = "https://github.com/jmagar/noxa"
|
||||
|
||||
[workspace.dependencies]
|
||||
webclaw-core = { path = "crates/webclaw-core" }
|
||||
webclaw-fetch = { path = "crates/webclaw-fetch" }
|
||||
webclaw-llm = { path = "crates/webclaw-llm" }
|
||||
webclaw-pdf = { path = "crates/webclaw-pdf" }
|
||||
noxa-core = { path = "crates/noxa-core" }
|
||||
noxa-fetch = { path = "crates/noxa-fetch" }
|
||||
noxa-llm = { path = "crates/noxa-llm" }
|
||||
noxa-pdf = { path = "crates/noxa-pdf" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
|
@ -21,4 +21,3 @@ tracing = "0.1"
|
|||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
dotenvy = "0.15"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue