Compare commits

..
Author SHA1 Message Date
phoenix 32a42943c5 Adding readme
schedtxt_models PR / Rustfmt (pull_request) Successful in 1m6s
Release Tagging / release (pull_request) Successful in 33s
schedtxt_models PR / Check (pull_request) Successful in 1m44s
schedtxt_models PR / Clippy (pull_request) Successful in 2m57s
2026-07-13 11:24:58 -04:00
phoenix 65cb79efa2 bump: schedtxt_models
schedtxt_models PR / Check (pull_request) Successful in 2m26s
Release Tagging / release (pull_request) Successful in 30s
schedtxt_models PR / Rustfmt (pull_request) Successful in 1m6s
schedtxt_models PR / Clippy (pull_request) Successful in 1m44s
2026-07-13 11:19:26 -04:00
phoenix cba17c71bf bump: uuid 2026-07-13 11:18:32 -04:00
phoenix 1820a39fef Updating name references
Release Tagging / release (pull_request) Successful in 1m35s
schedtxt_models PR / Check (pull_request) Has been cancelled
schedtxt_models PR / Clippy (pull_request) Has been cancelled
schedtxt_models PR / Rustfmt (pull_request) Has been cancelled
2026-07-13 11:17:55 -04:00
phoenix c7c63f98b4 Updating name 2026-07-13 11:17:36 -04:00
2 changed files with 0 additions and 23 deletions
-1
View File
@@ -3,7 +3,6 @@ name = "schedtxt_models"
version = "0.5.3"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Models used for the schedtxt project"
[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.