add lockfile
This commit is contained in:
parent
7c20b6e567
commit
9430bab591
3 changed files with 3003 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,5 @@
|
|||
/target
|
||||
/.idea
|
||||
/Cargo.lock
|
||||
perf.data*
|
||||
flamegraph.svg
|
||||
|
||||
|
|
|
|||
3002
Cargo.lock
generated
Normal file
3002
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue