Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: jontze/action-mdbook@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
mdbook-version: 0.4.52
mdbook-version: 0.5.2
use-mermaid: true
use-toc: true
use-admonish: true
Expand All @@ -45,7 +45,7 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install mdbook plugins
run: cargo binstall mdbook-tabs mdbook-i18n-helpers mdbook-alerts mdbook-yml-header mdbook-image-size --no-confirm
run: cargo binstall mdbook-tabs mdbook-i18n-helpers mdbook-yml-header mdbook-image-size --no-confirm

- name: Build mdBook
run: |
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ path = "src/main.rs"
clap = { version = "4.5.54", features = ["derive"] }
entropy = "0.4.2"
goblin = "0.10.4"
lazy_static = "1.5"
pelite = "0.10.0"
regex = "1.12.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.148"
thiserror = "2.0.17"
Expand Down
3 changes: 3 additions & 0 deletions src/classification/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// String analysis and tagging

pub mod semantic;
pub use semantic::SemanticClassifier;
Loading
Loading