add lockfile

This commit is contained in:
Felix Ableitner 2026-03-16 16:15:05 +01:00
parent 7c20b6e567
commit 9430bab591
3 changed files with 3003 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,6 +1,5 @@
/target
/.idea
/Cargo.lock
perf.data*
flamegraph.svg

3002
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -7,6 +7,7 @@ keywords = ["activitypub", "activitystreams", "federation", "fediverse"]
license = "AGPL-3.0"
repository = "https://github.com/LemmyNet/activitypub-federation-rust"
documentation = "https://docs.rs/activitypub_federation/"
rust-version = "1.81"
[features]
default = ["actix-web", "axum"]