sid-cli 0.3.0

A command line tool for generating sids and converting to/from UUIDs.
[[bin]]
name = "sid"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.2.2"

[dependencies.sid2]
features = ["uuid"]
version = "0.3.0"

[dependencies.uuid]
version = "1.3.1"

[package]
description = "A command line tool for generating sids and converting to/from UUIDs."
edition = "2021"
license = "MIT"
name = "sid-cli"
resolver = "1"
version = "0.3.0"