feat: add metadata

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 11:50:31 +01:00
parent e53a313549
commit aca2cb7f40
6 changed files with 56 additions and 3 deletions

View File

@@ -5,10 +5,15 @@ resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2024"
authors = ["Kasper Juul Hermansen <rawpotion@rawpotion.io>"]
license = "MIT"
repository = "https://git.kjuulh.io/kjuulh/post3"
homepage = "https://git.kjuulh.io/kjuulh/post3"
rust-version = "1.85"
[workspace.dependencies]
post3 = { path = "crates/post3" }
post3-sdk = { path = "crates/post3-sdk" }
post3 = { version = "0.1.0", path = "crates/post3" }
post3-sdk = { version = "0.1.0", path = "crates/post3-sdk" }
anyhow = "1"
tokio = { version = "1", features = ["full"] }