1 2 3 4 5 6 7 8 9 10 11
## Foxtive-Ntex Installation Run below command ```bash cargo add foxtive-ntex ``` Or add below line to your `Cargo.toml` ```toml foxtive-ntex = { version = "0.1.0" } ```