imnodes-rs icon indicating copy to clipboard operation
imnodes-rs copied to clipboard

Release crate to Cargo

Open Sollimann opened this issue 1 year ago • 2 comments

Hey, I would really like to use your crate in one of my projects. Could you release it to Cargo? :)

Sollimann avatar Aug 16 '22 18:08 Sollimann

should be fine publishing even though you rely on a C library https://kornel.ski/rust-sys-crate

Sollimann avatar Aug 16 '22 18:08 Sollimann

does using a git dependency work for you as well? https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html

you would need to add the following to your Cargo.toml

imnodes = { git = "https://github.com/benmkw/imnodes-rs", rev = "<some git hash>" } 

benmkw avatar Aug 24 '22 15:08 benmkw