This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
19d1358b31
rust
/
tests
/
workspace_test
/
subcrate
/
Cargo.toml
7 lines
98 B
TOML
Raw
Normal View
History
Unescape
Escape
Fix logic that determines closest parent crate when invoked from a subdirectory. The previous logic incorrectly matches the deepest child of the current directory that is a crate.
2017-07-27 02:04:17 -05:00
[
package
]
name
=
"subcrate"
version
=
"0.1.0"
Add --no-deps command-line argument
2020-10-17 12:48:40 -05:00
[
dependencies
]
path_dep
=
{
path
=
"../path_dep"
}
Reference in New Issue
Copy Permalink