diff options
author | gennyble <gen@nyble.dev> | 2024-11-30 02:00:22 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-11-30 02:00:22 -0600 |
commit | b8c68049c767e862589c8ac6620fcf818d9a1be5 (patch) | |
tree | d0406c4ecc047a75cbac5d215309d71c791111a5 /Cargo.toml | |
parent | c5f21d3f9843015ff290368205765002400c4622 (diff) | |
download | really-etches-b8c68049c767e862589c8ac6620fcf818d9a1be5.tar.gz really-etches-b8c68049c767e862589c8ac6620fcf818d9a1be5.zip |
Kind of draws!
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e2217f9..16cbc4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] gilrs = "0.11.0" +neam = { git = "https://github.com/gennyble/neam", rev = "5efc1761866283537fd254a8fb3582f50631cf0f" } softbuffer = "0.4.6" tracing = "0.1.41" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } |