This website requires JavaScript.
Explore
Help
Sign In
alarsyo
/
advent-of-code
Watch
1
Star
0
Fork
You've already forked advent-of-code
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f148347e5b
advent-of-code
/
Cargo.toml
8 lines
94 B
TOML
Raw
Normal View
History
Unescape
Escape
2018: aoc01
2019-11-14 17:57:25 +01:00
[
workspace
]
use default member in workspace
2019-12-02 16:02:55 +01:00
members
=
[
"aoc*"
]
2020: day01: part 1
2020-12-01 16:34:25 +01:00
default-members
=
[
"aoc2020"
]
include debug information in release mode This is used for profiling
2019-12-07 02:51:23 +01:00
[
profile
.
release
]
debug
=
true
Reference in a new issue
Copy permalink