https://github.com/alexarice/lin_inf
Raw File
Tip revision: b3f6ba34f5597735b3130be9c4f29a5bb9684455 authored by Alex Rice on 02 February 2021, 12:02:56 UTC
Fix test dependencies
Tip revision: b3f6ba3
.gitignore
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

graphs
.direnv
.envrc
shell.nix
back to top