This website works better with JavaScript.
Explore
Help
Sign In
yanguangshaonian
/
aya-template
mirror of
https://github.com/aya-rs/aya-template
Watch
1
Star
0
Fork
You've already forked aya-template
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d3435676f7
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd3435676f7'
${ noResults }
aya-template
/
Cargo.toml
4 lines
94 B
TOML
Raw
Normal View
History
Unescape
Escape
Initial Commit Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 years ago
[
workspace
]
build: Set `resolver = "2"` at the workspace's Cargo.toml This is the default resolver for the 2021 edition, but needs to be set manually in virtual workspaces. https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html#detail
6 months ago
resolver
=
"2"
Remove branch specifications The branch should be dictated by the repository.
1 year ago
members
=
[
"xtask"
,
"{{project-name}}"
,
"{{project-name}}-common"
]