Skip to content

Commit

Permalink
Merge pull request #31 from acridotheres/30-make-archive-handlers-sep…
Browse files Browse the repository at this point in the history
…arate-projects

#30: make archive handlers separate projects
  • Loading branch information
Le0X8 authored Nov 19, 2024
2 parents c4f9d4c + c2c0cb2 commit f2fda27
Show file tree
Hide file tree
Showing 34 changed files with 276 additions and 2,814 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/tests/output
194 changes: 160 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = 'acridotheres_core'
version = '0.3.0'
name = 'acridotheres'
version = '0.4.0'
edition = '2021'

[lib]
name = 'corelib'

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
acr = "0.3.2"
chrono = "0.4.38"
crc32fast = "1.4.2"
dh = "0.8.0"
neozip = "0.3.1"
Loading

0 comments on commit f2fda27

Please sign in to comment.