···22# will have compiled files and executables
33/target/
4455-# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
66-# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
77-Cargo.lock
88-95# These are backup files generated by rustfmt
106**/*.rs.bk
+7
Cargo.lock
···11+# This file is automatically @generated by Cargo.
22+# It is not intended for manual editing.
33+version = 3
44+55+[[package]]
66+name = "cmprss"
77+version = "0.1.0"
+8
Cargo.toml
···11+[package]
22+name = "cmprss"
33+version = "0.1.0"
44+edition = "2021"
55+66+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77+88+[dependencies]