summaryrefslogtreecommitdiff
path: root/profiler/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'profiler/Cargo.toml')
-rw-r--r--profiler/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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