This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
comprehensive-rust
Watch
1
Star
0
Fork
0
You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced
2024-12-04 11:39:42 +02:00
Code
Issues
Releases
Activity
dc0091882a
comprehensive-rust
/
Cargo.toml
6 lines
63 B
TOML
Raw
Normal View
History
Unescape
Escape
Add a cargo workspace containing both crates (#321) * Move Cargo.toml for exercises to exercises directory. * Create a workspace with both exercises and i18n-helpers. * Build in CI as well as testing. * Binaries must have a main function. * No need for workspaces configuration for caching anymore.
2023-02-02 18:14:34 +02:00
[
workspace
]
members
=
[
"i18n-helpers"
,
"src/exercises"
,
]
Reference in New Issue
Copy Permalink