4 lines
115 B
Bash
4 lines
115 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cargo-license --features rustls native-tls --json --manifest-path ../rslib/Cargo.toml > licenses.json
|