feat: add dingo link
This commit is contained in:
15
__network/dingo/Cargo.toml
Normal file
15
__network/dingo/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "dingo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Adam Chalmers"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.53"
|
||||
ascii = "1.0.0"
|
||||
bitvec = "1.0.0"
|
||||
nom = "7.1.0"
|
||||
pico-args = "0.4.2"
|
||||
rand = "0.8.4"
|
||||
Reference in New Issue
Block a user