summaryrefslogtreecommitdiffstats
path: root/examples/system_information/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/system_information/Cargo.toml')
-rw-r--r--examples/system_information/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/system_information/Cargo.toml b/examples/system_information/Cargo.toml
new file mode 100644
index 00000000..d3d76182
--- /dev/null
+++ b/examples/system_information/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "system_information"
+version = "0.1.0"
+authors = ["Richard <richardsoncusto@gmail.com>"]
+edition = "2021"
+publish = false
+
+[dependencies]
+iced = { path = "../..", features = ["sysinfo"] }
+bytesize = { version = "1.1.0" } \ No newline at end of file