Skip to content

Commit

Permalink
fixed some bugs, new bundle system, auto module detection, changes on…
Browse files Browse the repository at this point in the history
… build system and dal update
  • Loading branch information
orpos committed Dec 1, 2024
1 parent ef9e2c6 commit 473741e
Show file tree
Hide file tree
Showing 32 changed files with 1,406 additions and 717 deletions.
57 changes: 21 additions & 36 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kaledis"
version = "1.2.1"
version = "1.3.0"
edition = "2021"
authors = ["lettuce-magician", "orpos"]
documentation = "https://github.com/orpos/kaledis"
Expand All @@ -15,7 +15,7 @@ inquire = "0.7.5"
serde = { version = "1.0.215", features = ["derive"] }
tokio = { version = "1.41.1", features = ["full"] }
toml = "0.8.19"
dal_core = { path="dal_custom", version="0.1.0" }
dal_core = { path="./dal_custom", version="0.1.0" }
url = { version = "2.5.3", features = ["serde"] }
glob = "0.3.1"
zip = "2.2.0"
Expand All @@ -27,3 +27,6 @@ console = { version = "0.15.8", features = ["windows-console-colors"] }
tokio-tar = "0.3.1"
async-compression = { version = "0.4.18", features = ["gzip", "tokio"] }
futures = "0.3.31"
strum_macros = "0.26.4"
strum = { version = "0.26.3", features = ["strum_macros"] }
indexmap = "2.7.0"
6 changes: 6 additions & 0 deletions dal_custom/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
playground


# Added by cargo

/target
Empty file added dal_custom/.gitmodules
Empty file.
Loading

0 comments on commit 473741e

Please sign in to comment.