You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to respect the Cargo.toml format for now the dependency name is used as key in the config file.
In the future we must implement something like this:
libv1 = { version = "1", package = "lib" }
libv2 = { version = "2", package = "lib" }
In order to respect the
Cargo.toml
format for now the dependency name is used as key in the config file.In the future we must implement something like this:
Example
https://github.com/TheDan64/inkwell/blob/69c5a3fcc3e8b997c36e20021c52adcff664d746/Cargo.toml#L129-L150
The text was updated successfully, but these errors were encountered: