summaryrefslogtreecommitdiff
path: root/src/run.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.rs')
-rw-r--r--src/run.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/run.rs b/src/run.rs
new file mode 100644
index 0000000..94261ff
--- /dev/null
+++ b/src/run.rs
@@ -0,0 +1,3 @@
+/// Runtime state for running Obnam benchmarks.
+pub struct RuntimeState {
+}