Last active
May 18, 2023 18:56
-
-
Save henryobiaraije/148e78485c6ee6ff0a03d0f492198bf0 to your computer and use it in GitHub Desktop.
How to import crates from crates.io for rust cargo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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