# Ignore rust targets and cache
target
cargo/
rustup/
# Ignore docs dir
public
# Ignore cargo.lock
# https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
Cargo.lock
