mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 17:15:28 +00:00
initial commit
This commit is contained in:
parent
f2b0a1979d
commit
8e7df9ff72
14 changed files with 1011 additions and 0 deletions
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[package]
|
||||
name = "mb"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
description = "Simple, js-less micro-blogging platform written in Rust"
|
||||
keywords = ["micro-blog", "redb", "rocket", "web", "js-less"]
|
||||
categories = ["network-programming"]
|
||||
repository = "https://github.com/yggverse/mb"
|
||||
# homepage = "https://yggverse.github.io"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
plurify = "0.2"
|
||||
redb = "2.6"
|
||||
rocket = "0.5"
|
||||
rocket_dyn_templates = { version = "0.2", features = ["tera"] }
|
||||
url = { version = "2.5", features = ["serde"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue