chore: no need for src/ directory if 1 file
This commit is contained in:
parent
78bc514012
commit
5ea4940f58
4 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue