/ .gitignore
.gitignore
1 # Generated files 2 /target/ 3 **/target/ 4 5 6 # The library shouldn't decide about the exact versions of 7 # its dependencies, but let the downstream crate decide. 8 Cargo.lock
1 # Generated files 2 /target/ 3 **/target/ 4 5 6 # The library shouldn't decide about the exact versions of 7 # its dependencies, but let the downstream crate decide. 8 Cargo.lock