Thanks to visit codestin.com
Credit goes to lib.rs

Adding legalis_de library as a dependency

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

cargo add legalis-de

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

legalis-de = "0.1.5"

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

Back to the crate overview.