shunsock / timezone_translator

simple command-line utility that converts a given time from one timezone to another.
MIT License
23 stars 1 forks source link

change crate name for publish #42

Closed shunsock closed 2 months ago

shunsock commented 2 months ago

Overview

Changing crate name for publish cargo publish

Bachground

After publish we can install with cargo install CRATE_NAME. Also, user will be able to run CRATE_NAME options.

if we publish with name timezone_translator as crate name, user have two options. To avoid this problem, i change our crate name.