Skip to content

Unclear Installation Instructions #4

@argahsuknesib

Description

@argahsuknesib

In the README.md it says to add kolibrie in the Cargo.toml file as,

[dependencies]
kolibrie = "0.1.0"

However, on running cargo build it can't find the package in the crates.io index

error: no matching package named `kolibrie` found
location searched: crates.io index
required by package `rsp-rs v0.1.0 (/Users/kushbisen/Code/Rust/rsp-rs)`

which is also seen in the search https://crates.io/search?q=kolibrie as I can't find it there too.

I can also install kolibrie by downloading it, and using it as

kolibrie = { path = "../kolibrie" }

I am running into build issues related to ARM64 and Python which can be resolved with some effort.

However if I can directly add it with the crates.io index it would be easier. How is it possible?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions