From 63b2d936a531eab6d5ecacaeabb4dbd5fb5b7788 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 22 May 2024 10:33:36 +0300 Subject: [PATCH] Add todo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 255bb29..b140ed2 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ option to use this crate, you can enable it like so, by putting this in rustflags = [ "--cfg", "procmacro2_semver_exempt" ] ``` +## To-Do + +- [ ] Hot reloading of files in debug mode. +- [ ] Don't depend on `procmacro2_semver_exempt`. + ## License ```