Move everything to workspaces
This commit is contained in:
parent
75547d3000
commit
ad867e8e3c
42 changed files with 338 additions and 168 deletions
13
crates/bencode/Cargo.toml
Normal file
13
crates/bencode/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "bencode"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
serde = {version = "1", features=["derive"]}
|
||||
buffers = {path = "../buffers"}
|
||||
clone_to_owned = {path = "../clone_to_owned"}
|
||||
anyhow = "1"
|
||||
sha1w = {path="../sha1w"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue