Relative Content

Tag Archive for rustrust-cargo

Local crate is unresolved inside project even after adding it to `Cargo.toml`

I am working on creating a crate that is just a FFI to the opus audio codec. (I called it opus_ffi.) I want to add it as a local dependency inside of the project. However, when I try and use it, I get an failed to resolve: use of undeclared crate or module opus_ffi use of undeclared crate or module opus_ffi.