absurd 0.2.1

Command line tool for managing Surreal stores.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "absurd"
description = "Command line tool for managing Surreal stores."
version = "0.2.1"
edition = "2021"
keywords = ["terminal", "surreal", "database", "db", "store"]
categories = ["command-line-interface", "config"]
authors = ["BritishWerewolf <britishwerewolfdev@gmail.com>"]
homepage = "https://github.com/BritishWerewolf/absurd"
repository = "https://github.com/BritishWerewolf/absurd"
documentation = "https://docs.rs/crate/absurd"
license = "MIT"
readme = "README.md"

[dependencies]
clap = { version = "4.5.16", features = ["derive"] }
convert_case = "0.6.0"