[package]
edition = "2021"
name = "absurd"
version = "0.2.1"
authors = ["BritishWerewolf <britishwerewolfdev@gmail.com>"]
description = "Command line tool for managing Surreal stores."
homepage = "https://github.com/BritishWerewolf/absurd"
documentation = "https://docs.rs/crate/absurd"
readme = "README.md"
keywords = [
"terminal",
"surreal",
"database",
"db",
"store",
]
categories = [
"command-line-interface",
"config",
]
license = "MIT"
repository = "https://github.com/BritishWerewolf/absurd"
[dependencies.clap]
version = "4.5.16"
features = ["derive"]
[dependencies.convert_case]
version = "0.6.0"