diff options
author | Teddy Wing | 2018-11-11 19:48:26 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-11 19:48:26 +0100 |
commit | 1670f484d4d4cbe0b48c6ef015ca40f69632cfd6 (patch) | |
tree | 72c8996fd51e26f748d370692f76b51eec5b7530 | |
parent | 45a4deddb42c98b1733ddf4dadceccfe8a64aa0c (diff) | |
download | dome-key-web-1670f484d4d4cbe0b48c6ef015ca40f69632cfd6.tar.bz2 |
Rename `src/bin/license_generator.rs` to `src/bin/license-generator.rs`
Want a `license-generator` binary with a hyphen. Normally I'd name my
Rust files with underscores, but I didn't want to add `[[bin]]` sections
to `Cargo.toml`.
-rw-r--r-- | license-generator/src/bin/license-generator.rs (renamed from license-generator/src/bin/license_generator.rs) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/license-generator/src/bin/license_generator.rs b/license-generator/src/bin/license-generator.rs index 296db0a..296db0a 100644 --- a/license-generator/src/bin/license_generator.rs +++ b/license-generator/src/bin/license-generator.rs |