lazy_static removed from Cargo.toml (the only dependency removal for now, per decision). ITEMS_REFS/ITEMS_NAMES are now LazyLock statics; the duplicate foundry.json load is dropped and the no-op HashMap roundtrip is gone. Cargo.lock is now tracked: the app is a binary and builds should be reproducible.
13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# Cargo.lock is tracked: the app is a binary, builds should be reproducible
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|