From 509e5ce1e17417a70b9bcce8bc6e33c05106811d Mon Sep 17 00:00:00 2001 From: Mica White Date: Thu, 15 Aug 2024 20:23:26 -0400 Subject: Start profiling --- profiler/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 profiler/Cargo.toml (limited to 'profiler/Cargo.toml') diff --git a/profiler/Cargo.toml b/profiler/Cargo.toml new file mode 100644 index 0000000..d9c7f2b --- /dev/null +++ b/profiler/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "alligator_profiler" +version = "0.1.0" +edition = "2021" + +[dependencies] +alligator_console = { path = "../console" } + +scopeguard = "1" +chrono = "0.4" \ No newline at end of file -- cgit v1.2.3