Combine domnet and sorta under evenmoreutils
This commit is contained in:
commit
686e3b8f33
5 changed files with 378 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue