diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-10-26 01:38:28 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-10-26 01:38:28 -0400 |
| commit | 3424168f3f1593997ba134563f5a3ef236f6cba4 (patch) | |
| tree | 7f670d92ba12d138d594234c9592137907cc7c0e | |
| parent | 1bf7735a8c1b42ff46ae259625375170d8b848fc (diff) | |
| download | gentoo-utils-3424168f3f1593997ba134563f5a3ef236f6cba4.tar.gz | |
enable debug info in dev profile
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,4 +6,7 @@ edition = "2024" [dependencies] mon = { path = "../mon" } get = { path = "../get" } -itertools = "0.14.0"
\ No newline at end of file +itertools = "0.14.0" + +[profile.dev] +debug = true
\ No newline at end of file |
