summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2020-08-18 06:40:46 +0200
committerRomeo Disca <romeo.disca@gmail.com>2020-08-18 06:40:46 +0200
commita14cc3f38b67e6054bdbff8aff7c60967f342194 (patch)
treedab55097ece8372c757726a3a81c674710b80894 /Cargo.toml
parentbfc63947702ffb3ca1dca6e8184f0998fb98ed13 (diff)
refactor: change crate to lib
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 77a14a5..69d3fc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "simpleclient"
+name = "flicbtn"
version = "0.1.0"
authors = ["Romeo Disca <romeo.disca@gmail.com>"]
edition = "2018"