novuhq / novu-rust

MIT License
17 stars 13 forks source link

How do I use this? #41

Open satvikpendem opened 10 months ago

satvikpendem commented 10 months ago

I see that the package isn't on cargo and the instructions to cargo install novu are crossed out on the README, so how do I actually use this package? Is it still in development and just not ready yet?

c12i commented 9 months ago

Although the crate is not available on crates.io, it's still possible to use it via git. Simply add this to your Cargo.toml:

[dependencies]
novu = { version = "0.1.0", git = "https://github.com/novuhq/novu-rust.git" }

This should probably be documented in the README

cc @unicodeveloper