git-next/.cargo/config.toml

8 lines
122 B
TOML
Raw Permalink Normal View History

2024-06-29 20:03:25 +01:00
# ./cargo/config.toml
2024-04-06 18:51:37 +01:00
[profile.dev]
debug = 0
strip = "debuginfo"
[env]
RUST_LOG = "hyper=warn,git_url_parse=warn,debug"