diff options
author | 2025-04-10 01:36:36 +0100 | |
---|---|---|
committer | 2025-04-10 01:37:10 +0100 | |
commit | 76ba919e6a39f59beabd4443010a3cd635fad885 (patch) | |
tree | ce7d351de62b6fc3f4b4575f2e705f1343c95f8e /filamento | |
parent | 2b15528545a45d326799f31b00f0e0d2d0f89c91 (diff) | |
download | luz-76ba919e6a39f59beabd4443010a3cd635fad885.tar.gz luz-76ba919e6a39f59beabd4443010a3cd635fad885.tar.bz2 luz-76ba919e6a39f59beabd4443010a3cd635fad885.zip |
feat: use git repo for dependency `peanuts`
Diffstat (limited to 'filamento')
-rw-r--r-- | filamento/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/Cargo.toml b/filamento/Cargo.toml index d1749f4..91b7e91 100644 --- a/filamento/Cargo.toml +++ b/filamento/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.3" [dev-dependencies] tracing-subscriber = "0.3.19" -peanuts = { version = "0.1.0", path = "../../peanuts" } +peanuts = { version = "0.1.0", git = "https://bunny.garden/peanuts" } [[example]] name = "example" |