Skip to content

Instantly share code, notes, and snippets.

@henryobiaraije
Last active May 18, 2023 18:56
Show Gist options
  • Save henryobiaraije/148e78485c6ee6ff0a03d0f492198bf0 to your computer and use it in GitHub Desktop.
Save henryobiaraije/148e78485c6ee6ff0a03d0f492198bf0 to your computer and use it in GitHub Desktop.
How to import crates from crates.io for rust cargo
# Full tutorial - https://dailydoseofrust.com/dependency-management-in-rust-cargo-toml-file-with-examples-and-video/
[dependencies]
crate_name = "0.1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment