This website requires JavaScript.
Explore
Help
Sign in
eryn
/
chessfriend
Watch
1
Star
0
Fork
You've already forked chessfriend
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a2d0c638d0
chessfriend
/
Cargo.toml
10 lines
114 B
TOML
Raw
Normal View
History
Unescape
Escape
Make a Cargo Workspace!
2024-01-22 19:33:59 -08:00
[
workspace
]
members
=
[
Fix the workspace members The items in the members array are paths, not crate names.
2024-01-24 09:14:59 -08:00
"bitboard"
,
"core"
,
Make a Cargo Workspace!
2024-01-22 19:33:59 -08:00
"explorer"
,
Move a bunch of stuff from the position::move module over to a new chessfriend_moves crate
2024-02-03 15:17:02 -08:00
"moves"
,
Update the Cargo.toml files
2024-01-28 09:58:50 -08:00
"position"
,
Make a Cargo Workspace!
2024-01-22 19:33:59 -08:00
]
Specify resolver=2 in the Cargo workspace
2024-01-24 17:10:44 -08:00
resolver
=
"2"
Reference in a new issue
Copy permalink