Fries
515e5ed199
i added a json api called /name which lets you get the previous and next site name. i also modified the internal url functions to return a None value if overflow is turned off and next or previous is nothing.
9 lines
240 B
TOML
9 lines
240 B
TOML
[package]
|
|
name = "meowy-webring"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rocket = { version = "=0.5.0-rc.3", features = ["json"] }
|