small fixes, rename
This commit is contained in:
parent
2c2c78114f
commit
052d8359c4
4 changed files with 54 additions and 30 deletions
34
Cargo.lock
generated
34
Cargo.lock
generated
|
|
@ -889,23 +889,6 @@ dependencies = [
|
|||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "krait"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dotenv",
|
||||
"nom",
|
||||
"nom-language",
|
||||
"rand 0.10.2",
|
||||
"rand_xoshiro",
|
||||
"serenity",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
version = "1.5.0"
|
||||
|
|
@ -988,6 +971,23 @@ dependencies = [
|
|||
"windows-sys 0.61.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nat1"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"dotenv",
|
||||
"nom",
|
||||
"nom-language",
|
||||
"rand 0.10.2",
|
||||
"rand_xoshiro",
|
||||
"serenity",
|
||||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "8.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue