summaryrefslogtreecommitdiff
path: root/schist_desktop_gui
diff options
context:
space:
mode:
Diffstat (limited to 'schist_desktop_gui')
-rw-r--r--schist_desktop_gui/Cargo.toml5
-rw-r--r--schist_desktop_gui/src/main.rs2
2 files changed, 7 insertions, 0 deletions
diff --git a/schist_desktop_gui/Cargo.toml b/schist_desktop_gui/Cargo.toml
new file mode 100644
index 0000000..a8d887f
--- /dev/null
+++ b/schist_desktop_gui/Cargo.toml
@@ -0,0 +1,5 @@
+[package]
+name = "schist_desktop_gui"
+edition = "2021"
+
+[dependencies]
diff --git a/schist_desktop_gui/src/main.rs b/schist_desktop_gui/src/main.rs
new file mode 100644
index 0000000..f79c691
--- /dev/null
+++ b/schist_desktop_gui/src/main.rs
@@ -0,0 +1,2 @@
+fn main() {
+}