Skip to content

Commit

Permalink
rm unused crates
Browse files Browse the repository at this point in the history
  • Loading branch information
TBS1996 committed Jan 18, 2025
1 parent 6758640 commit 5cda1cd
Show file tree
Hide file tree
Showing 22 changed files with 167 additions and 8,665 deletions.
2,626 changes: 167 additions & 2,459 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[workspace]
members = [
"speki-cli",
"speki-core",
"speki-dto",
"omtrent",
"speki-auth",
"speki-web",
"speki-proxy",
"speki-provider",
]

Expand All @@ -19,19 +16,10 @@ speki-provider = { path = "speki-provider" }
omtrent = { path = "omtrent" }
speki-dto = { path = "speki-dto" }

clap = { version = "4.5.17", features = ["derive"] }
skim = "0.10.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.128"
uuid = { version = "1.0", features = ["v4", "serde", "js"] }
enumselector = "0.1.4"
dialoguer = "0.11.0"
opener = "0.7.2"
console = "0.15.8"
tokio = { version = "1.40.0", features = ["full"] }
cli-pdf-to-text = "0.1.3"
cli-epub-to-text = "0.1.3"
wikipedia = "0.4.0"
rand = "0.8.5"
dirs = "5.0.1"
toml = "0.8.19"
Expand All @@ -43,7 +31,6 @@ log = "0.4.22"
tracing = { version = "0.1.40", features = ["attributes"] }
tracing-subscriber = "0.3.18"
wasm-bindgen = "0.2.95"
tracing-tree = "0.4.0"
futures-util = "0.3"
gloo = "0.11.0"
gloo-net = "0.6.0"
Expand All @@ -61,7 +48,6 @@ time = { version = "0.3.36", features = ["parsing"] }
nom = "7.0"
axum-extra = { version = "0.9.4", features = ["cookie"] }
axum = { version = "0.6", features = ["macros"] }
oauth2 = "4.0"
reqwest = { version = "0.11", features = ["json"] }
jsonwebtoken = "9.3.0"
chrono = "0.4.38"
Expand Down
17 changes: 0 additions & 17 deletions speki-auth/Cargo.toml

This file was deleted.

259 changes: 0 additions & 259 deletions speki-auth/src/main.rs

This file was deleted.

Loading

0 comments on commit 5cda1cd

Please sign in to comment.