Skip to content

Commit

Permalink
Remove arklib logic
Browse files Browse the repository at this point in the history
  • Loading branch information
twitu committed Feb 20, 2024
1 parent dd5eba5 commit 654a7f9
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 2,733 deletions.
41 changes: 4 additions & 37 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,49 +1,16 @@
[package]
name = "arklib"
name = "ark-rust"
version = "0.1.0"
edition = "2021"

[lib]
name = "arklib"
name = "ark_rust"
crate-type = ["rlib"]

[dependencies]
[dependencies]
log = { version = "0.4.17", features = ["release_max_level_off"] }
crc32fast = "1.3.2"
walkdir = "2.3.2"
anyhow = "1.0.58"
env_logger = "0.9.0"
lazy_static = "1.4.0"
canonical-path = "2.0.2"
pathdiff = "0.2.1"
image = "0.24.2"
pdfium-render = { git = "https://github.com/ajrcarey/pdfium-render", rev = "d2559c1", features = [
"thread_safe",
"sync",
] }
libloading = "0.7.3"
serde_json = "1.0.82"
serde = { version = "1.0.138", features = ["derive"] }
url = { version = "2.2.2", features = ["serde"] }
reqwest = "0.11.11"
scraper = "0.13.0"
zip = "0.6.2"
tokio = { version = "1", features = ["full"] }
itertools = "0.10.5"
once_cell = "1.16.0"
thiserror = "1"
fastrand = "2"
uuid = { version = "1.6.1", features = ["v4"] }

[dev-dependencies]
tempdir = "0.3.7"
rstest = '0.18.2'

[build-dependencies]
flate2 = "1.0.24"
fs_extra = "1.2.0"
libloading = "0.7.3"
tar = "0.4.38"
target-lexicon = "0.12.4"
ureq = "2.4.0"
ring = "=0.17.5"
url = { version = "2.2.2", features= ["serde"] }
108 changes: 0 additions & 108 deletions build.rs

This file was deleted.

53 changes: 0 additions & 53 deletions src/app_id.rs

This file was deleted.

Loading

0 comments on commit 654a7f9

Please sign in to comment.