Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 439 Bytes

File metadata and controls

10 lines (8 loc) · 439 Bytes

Contributing

Contributions are welcome! Note the licensing policy in the README, and if you add or change any dependencies, be sure to update the LICENSES-3rdparty.csv file. You can use the following command to help with this:

cargo license -j | node -e "JSON.parse(fs.readFileSync(0)+'').map(l=>console.log([l.name,l.repository,l.license,l.authors]+''))" | grep -v sirun