Skip to content

Commit

Permalink
Merge GH-PR-7: 'releng-next'
Browse files Browse the repository at this point in the history
Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Nov 16, 2024
2 parents ef3dbfc + 5cdb974 commit 3e8f998
Show file tree
Hide file tree
Showing 27 changed files with 1,037 additions and 320 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ jobs:
submodules: 'true'
- run: rustup show
- uses: Swatinem/rust-cache@v2
- run: cargo build

- run: cargo build --release
- run: target/release/tackler --config examples/simple.toml
- run: target/release/tackler --config examples/audit.toml
2 changes: 2 additions & 0 deletions CREDITS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ Components (used direclty by Tackler-NG):
* https://github.com/serde-rs/json[serde_json]
* https://github.com/tailhook/serde-regex[serde_regex]
* https://github.com/RustCrypto/hashes[sha2]
* https://github.com/RustCrypto/hashes[sha3]
* https://github.com/time-rs/time[time]
* https://github.com/Yuri6037/time-tz[time-tz]
* https://github.com/toml-rs/toml/tree/main/crates/toml[toml]
* https://github.com/uuid-rs/uuid[uuid]
* https://github.com/BurntSushi/walkdir[walkdir]
Expand Down
Loading

0 comments on commit 3e8f998

Please sign in to comment.