chore: no need for src/ directory if 1 file

This commit is contained in:
əlemi 2024-05-31 21:30:22 +02:00
parent 78bc514012
commit 5ea4940f58
Signed by: alemi
GPG key ID: A4895B84D311642C
4 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ repository = "https://git.alemi.dev/upub.git"
readme = "README.md" readme = "README.md"
[lib] [lib]
path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -9,6 +9,7 @@ keywords = ["upub", "uri", "base64"]
repository = "https://moonlit.technology/alemi/upub" repository = "https://moonlit.technology/alemi/upub"
[lib] [lib]
path = "lib.rs"
[dependencies] [dependencies]
base64 = "0.22" base64 = "0.22"