mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
8 lines
259 B
Bash
Executable file
8 lines
259 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cargo install cargo-license@0.5.1
|
|
cargo-license --features rustls --features native-tls --json --manifest-path ../rslib/Cargo.toml >licenses.json
|
|
|
|
cargo install cargo-deny@0.13.5
|
|
(cd .. && cargo deny check -A duplicate && cargo hakari generate)
|
|
|