about summary refs log tree commit diff
path: root/tools/sendsms/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-21 17:51:27 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-21 17:51:27 -0800
commit3f3636dde60037110340cfdf466dd82a173555fe (patch)
tree2a993b146a8f9253a9ff8462f0a2660adfccf8f0 /tools/sendsms/Cargo.toml
parentref(fonts): switch back to source code pro (diff)
downloadworld-3f3636dde60037110340cfdf466dd82a173555fe.tar.gz
ref(tools/sendsms): it's been moved to its own repository
https://git.fcuny.net/fcuny/sendsms
Diffstat (limited to 'tools/sendsms/Cargo.toml')
-rw-r--r--tools/sendsms/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/sendsms/Cargo.toml b/tools/sendsms/Cargo.toml
deleted file mode 100644
index c416d2a..0000000
--- a/tools/sendsms/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[package]
-name = "sendsms"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-base64 = "0.13.0"
-clap = {version = "3.2.17", features = ["derive", "cargo"]}
-env_logger = "0.8.4"
-gethostname = "0.2.3"
-http = "0.2.8"
-if-addrs = "0.7.0"
-log = "0.4.17"
-reqwest = {version = "0.11.11", features = ["blocking", "json"] }
-serde = { version = "1.0.144", features = ["derive"] }
-serde_json = "1.0.85"
-toml = "0.5.9"