Skip to content

Commit

Permalink
Drop serde_bencode in favor of bendy
Browse files Browse the repository at this point in the history
For now depend on my branch on Github, until serde support and the value
type land in the main repo.

type: reform
  • Loading branch information
casey committed Apr 8, 2020
1 parent 9b696f7 commit b0f449b
Show file tree
Hide file tree
Showing 14 changed files with 362 additions and 515 deletions.
106 changes: 104 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,22 @@ pretty_assertions = "0.6"
regex = "1"
serde_bencode = "0.2"
serde_bytes = "0.11"
serde_with = "1.4"
sha1 = "0.6"
snafu = "0.6"
static_assertions = "1"
syn = "1.0.14"
tempfile = "3"
unicode-width = "0.1"
url = "2"
walkdir = "2.1"

[dependencies.bendy]
version = "0.2.2"
git = "https://github.com/casey/bendy.git"
branch = "value"
features = ["serde"]

[dependencies.serde]
version = "1.0.103"
features = ["derive"]
Expand Down
Loading

0 comments on commit b0f449b

Please sign in to comment.