1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00

Fixed the dependency links to point at github now that the project is being hosted remotely

This commit is contained in:
Peter Glotfelty 2017-02-04 18:55:15 -08:00
parent edc932f409
commit e4c762ee67
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "strum"
version = "0.1.0"
authors = ["Peter Glotfelty <glotfelty.2@osu.edu>"]
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
[dependencies]

View File

@ -9,4 +9,4 @@ proc-macro = true
[dependencies]
quote = "*"
syn = "*"
strum = { path = "../strum" }
strum = { git = "https://github.com/Peternator7/strum" }