diff options
Diffstat (limited to 'fun/paroxysm/Cargo.toml')
-rw-r--r-- | fun/paroxysm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/paroxysm/Cargo.toml b/fun/paroxysm/Cargo.toml index 4d282285fd97..7207f46c3085 100644 --- a/fun/paroxysm/Cargo.toml +++ b/fun/paroxysm/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] chrono = "0.4" config = "0.9" -crimp = "0.2" +crimp = { path = "../../net/crimp" } env_logger = "0.7" failure = "0.1" irc = "0.13" |