aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-15 18:13:29 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-15 18:13:29 -0800
commit65994d5b50b94d7b172fff217ad5facd82ce2722 (patch)
tree1fd9ac6ee97bc0b3877d8f631a48c4dbaabb6672 /Cargo.toml
downloadsendsms-65994d5b50b94d7b172fff217ad5facd82ce2722.tar.gz
meta: initial commit!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6f3365d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "sendsms"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]