# IDEA/CLion
/.idea/

# Cargo
/target/

# `rustfmt`
**/*.rs.bk

# `cargo about`
/about.html

# external dependencies
/deps/
