chore(fun/paroxysm): update deps and build against in tree crimp

To achieve this we switch to crate2nix which also requires us to
run `cargo update` before the switch.

Change-Id: I8c19a51f90f344e80064e70a4a2799d1c6db62ec
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11134
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
sterni 2024-03-11 17:34:58 +01:00 committed by clbot
parent b40c4500a3
commit 4ec596c8f9
4 changed files with 6256 additions and 145 deletions

View file

@ -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"