Compare commits

..
Author SHA1 Message Date
phoenix a033099a77 bump: swoosh
swoosh pr / Check (pull_request) Successful in 1m25s
swoosh pr / Clippy (pull_request) Successful in 1m31s
swoosh pr / Rustfmt (pull_request) Successful in 1m51s
Release Tagging / release (pull_request) Successful in 27s
2026-07-13 11:35:24 -04:00
phoenix dd385e6eb3 Fixing stuff 2026-07-13 11:34:59 -04:00
phoenix d258120f23 Updating references 2026-07-13 11:34:03 -04:00
3 changed files with 0 additions and 26 deletions
-1
View File
@@ -3,7 +3,6 @@ name = "swoosh"
version = "0.5.4"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Library to send text messages"
[dependencies]
-22
View File
@@ -1,22 +0,0 @@
Copyright (c) 2026 Kun Deng.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
-3
View File
@@ -1,3 +0,0 @@
# swoosh
A library used to send text messages and is used in conjunction of the `schedtxt`
project.