Combine domnet and sorta under evenmoreutils

This commit is contained in:
xenofem 2023-07-21 18:50:10 -04:00
commit 686e3b8f33
5 changed files with 378 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "evenmoreutils"
version = "0.1.0"
edition = "2021"
authors = ["xenofem <xenofem@xeno.science>"]
license = "MIT"
[dependencies]
lazy_static = "1.4"
regex = "1.7"
thiserror = "1.0"