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
I have a project where pkg.rs contains #[pkg_dep(url = "git://github.com/linuxfood/rustsqlite")];.
rustpkg build has indeed compiled and installed it as ~/.rustpkg/lib/libsqlite-8bfaabce55432db9-0.1.dylib.
But rustpkg build terminates with error: can't find crate for sqlite`` though.
I'd expected rustpkg to work like Haskell's cabal where you could first "cabal install" a dependency and then "cabal build" where the dependency is used.
The text was updated successfully, but these errors were encountered:
I have a project where
pkg.rs
contains#[pkg_dep(url = "git://github.com/linuxfood/rustsqlite")];
.rustpkg build
has indeed compiled and installed it as~/.rustpkg/lib/libsqlite-8bfaabce55432db9-0.1.dylib
.But
rustpkg build
terminates witherror: can't find crate for
sqlite`` though.I'd expected
rustpkg
to work like Haskell'scabal
where you could first "cabal install" a dependency and then "cabal build" where the dependency is used.The text was updated successfully, but these errors were encountered: