Adding myip_foo library as a dependency

Run this command in a terminal, in your project's directory:

cargo add myip-foo

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

myip-foo = "1.0.0"

The myip_foo library will be automatically available globally. Read the myip_foo library documentation.

Back to the crate overview.