get rid of futures

This commit is contained in:
nora 2025-10-17 23:00:46 +02:00
parent e9b6576d2b
commit 5ce26e9089
5 changed files with 62 additions and 103 deletions

View file

@ -4,5 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
futures-util = "0.3.31"
proc-macro-thing = { path = "proc-macro-thing" }