Version 0.1.0
This commit is contained in:
parent
261623960e
commit
4c1a8a9489
9 changed files with 37 additions and 29 deletions
|
|
@ -6,9 +6,13 @@ rust-version = "1.85"
|
|||
license = "MIT"
|
||||
authors = ["Bad Manners <me@badmanners.xyz>"]
|
||||
readme = "README.md"
|
||||
keywords = ["booru", "image-board", "gallery"]
|
||||
categories = ["web-programming"]
|
||||
description = "Sam's small image board"
|
||||
repository = "https://github.com/BadMannersXYZ/samey"
|
||||
|
||||
[workspace]
|
||||
members = [".", "migration"]
|
||||
members = ["migration"]
|
||||
|
||||
[dependencies]
|
||||
askama = { version = "0.13.0", features = ["serde_json"] }
|
||||
|
|
@ -21,7 +25,7 @@ clap = "4.5.35"
|
|||
futures-util = "0.3.31"
|
||||
image = "0.25.6"
|
||||
itertools = "0.14.0"
|
||||
migration = { path = "migration" }
|
||||
samey-migration = { path = "./migration", version = "0.1.0" }
|
||||
mime_guess = "2.0.5"
|
||||
password-auth = "1.0.0"
|
||||
pulldown-cmark = "0.13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue