Metadata to Cargo.toml
All checks were successful
Build / Check format (push) Successful in 36s
Build / Lint Uketoru (push) Successful in 1m10s
Build / Build Uketoru (push) Successful in 1m43s

This commit is contained in:
Xavier Moffett 2024-10-23 22:28:04 -04:00
parent 3851d9df21
commit a7d2668744
Signed by: Sapphirus
GPG key ID: A6C061B2CEA1A7AC

View file

@ -1,7 +1,9 @@
[package] [package]
name = "uketoru" name = "uketoru"
license = "MIT" description = "Simple SMTP Relay"
repository = "https://github.com/SapphirusBeryl/Uketoru/"
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ] authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
license = "MIT"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
rust-version="1.82" rust-version="1.82"