Initial commit

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-10-15 14:42:46 +01:00
commit fd2b1f73aa
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
10 changed files with 649 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
# SPDX-FileCopyrightText: 2023 Louis Hollingworth <louis@hollingworth.nl>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
[package]
name = "fediblog"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]