rename / simplify tester stub for now

Signed-off-by: Jason Volk <jason@zemos.net>
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
Jason Volk 2024-04-29 13:56:04 -07:00 committed by June
parent b19d2ad5b0
commit 3585e8a2ef
6 changed files with 19 additions and 42 deletions

View file

@ -16,19 +16,11 @@ edition = "2021"
# See also `rust-toolchain.toml`
rust-version = "1.76.0"
# for hot lib reload
[workspace]
members = ["hot_lib"]
[dependencies]
console-subscriber = { version = "0.1", optional = true }
# for hot lib reload
# see https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage for more details if you are a dev
hot-lib-reloader = { version = "^0.7", optional = true }
hot_lib = { path = "hot_lib", optional = true }
# not sure if we need this, will anyone be using hot lib reload on release profile?
#no-mangle-if-debug = { version = "*" }
# Used for secure identifiers
rand = "0.8.5"
@ -408,7 +400,7 @@ perf_measurements = [
# incompatible with release_max_log_level
tokio_console = ["console-subscriber", "tokio/tracing"]
hot_reload = ["dep:hot-lib-reloader", "hot_lib"]
hot_reload = ["dep:hot-lib-reloader"]
hardened_malloc = ["hardened_malloc-rs"]