Skip to content

Commit

Permalink
Add repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Dec 4, 2020
1 parent b8d0641 commit 605a578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ edition = "2018"
description = "Dove is an open source Rust implementation of the AMQP 1.0 OASIS standard (http://www.amqp.org/)."
license-file = "LICENSE"
include = ["README.md", "LICENSE", "src/*.rs", "tests/*.rs", "examples/*.rs"]
repository = "https://github.com/lulf/dove/"

[dependencies]
byteorder = "1.3.2"
Expand All @@ -22,4 +23,4 @@ log = "0.4.11"
futures = "0.3.6"
env_logger = "0.8.2"
testcontainers = "0.11.0"
reqwest = { version = "0.10", features = ["blocking"] }
reqwest = { version = "0.10", features = ["blocking"] }

0 comments on commit 605a578

Please sign in to comment.