Closed thezealousfool closed 2 years ago
I am using the following syntax for declaring a dependency
<alternate_name> = { package = "<package_name>", version = "<package_version>" }
such as
sctk = { package = "smithay-client-toolkit", version = "0.15.3" }
This plugin is having a difficult time recognizing the format and gives the error "Error fetching crate". Can support for this format be added?
Yes support for renames should be possible. I'll see when I get to it.
Should be fixed now
Works great. Thanks
I am using the following syntax for declaring a dependency
such as
This plugin is having a difficult time recognizing the format and gives the error "Error fetching crate". Can support for this format be added?