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
d048c1130f
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"
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
2020-12-20 10:19:49 -06:00
[
dependencies
]
path_dep
=
{
path
=
"../path_dep"
}
Reference in New Issue
Copy Permalink