Skip to content

Commit

Permalink
chore: Switch over dependancies to git
Browse files Browse the repository at this point in the history
  • Loading branch information
Waelwindows committed Jul 16, 2020
1 parent d053360 commit a94926b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ edition = "2018"
[dependencies]
nom = "5.1.0"
cgmath = "0.17.0"
nom_ext = { path = "/home/waelwindows/rust/nom_ext" }
nom_ext = { git="https://github.com/Waelwindows/nom_ext" }
cookie-factory = "0.3.1"
diva_db = { path = "/home/waelwindows/rust/diva_db" }
diva_db = { git="https://github.com/Waelwindows/diva_db" }
lazy_static = "1.4.0"

[dev-dependencies]
Expand Down

0 comments on commit a94926b

Please sign in to comment.