fnichol / names

Random name generator for Rust
MIT License
124 stars 19 forks source link

fix(build): add `application` as required feature for the `names` binary #25

Open typetetris opened 1 year ago

typetetris commented 1 year ago

Without this cargo build --no-default-features fails, because clap isn't added as dependency, but it still tries to compile src/bin/names.rs.