Skip to content

Commit bdb3e7e

Browse files
committed
Update Cargo.toml
1 parent f22a366 commit bdb3e7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name = "conduit-router"
44
version = "0.5.0"
55
authors = ["[email protected]"]
66

7-
[dependencies.conduit]
7+
[[lib]]
88

9-
git = "https://github.com/wycats/conduit.git"
9+
name = "conduit-router"
1010

11-
[dependencies.route-recognizer]
11+
[dependencies.conduit]
1212

13-
git = "https://github.com/wycats/route-recognizer.rs.git"
13+
git = "https://github.com/conduit-rust/conduit.git"
1414

15-
[[lib]]
15+
[dependencies.route-recognizer]
1616

17-
name = "conduit-router"
17+
git = "https://github.com/conduit-rust/route-recognizer.rs.git"

0 commit comments

Comments
 (0)