Dragonfly client written in Rust
Go to file
dependabot[bot] db2002cfcd
chore(deps): Bump serde_json from 1.0.117 to 1.0.119 (#568)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.119.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.119)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 11:00:37 +08:00
.github chore: add verbose for codecov actions (#559) 2024-06-25 11:45:09 +08:00
dragonfly-client chore(deps): Bump dashmap from 5.5.3 to 6.0.1 (#564) 2024-07-02 10:43:28 +08:00
dragonfly-client-backend chore(deps): Bump libloading from 0.8.3 to 0.8.4 (#555) 2024-06-25 11:58:29 +08:00
dragonfly-client-config feat: add cache task api for grpc server (#548) 2024-06-19 14:38:46 +08:00
dragonfly-client-core chore(deps): Bump libloading from 0.8.3 to 0.8.4 (#555) 2024-06-25 11:58:29 +08:00
dragonfly-client-init feat: add cache task api for grpc server (#548) 2024-06-19 14:38:46 +08:00
dragonfly-client-storage feat: add cache_task implements in storage (#549) 2024-06-19 21:37:50 +08:00
dragonfly-client-util feat: add cache_task_id and cache_peer_id to id generater (#547) 2024-06-18 21:07:40 +08:00
.gitignore chore: change gitignore for vendor (#415) 2024-04-23 17:06:15 +08:00
CONTRIBUTING.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
Cargo.lock chore(deps): Bump serde_json from 1.0.117 to 1.0.119 (#568) 2024-07-02 11:00:37 +08:00
Cargo.toml feat: add interval field to AnnounceHostRequest (#562) 2024-07-01 11:04:24 +08:00
LICENSE Initial commit 2023-03-17 18:25:15 +08:00
README.md docs: fix typo in README.md (#381) 2024-04-11 11:09:59 +08:00
codecov.yml chore: add codecov for testing (#3) 2023-03-24 18:05:05 +08:00
rust-toolchain.toml chore: change rust-toolchain to 1.75.0 to match Dockerfile build image (#416) 2024-04-23 21:11:13 +08:00

README.md

Dragonfly Client

GitHub release CI Coverage Open Source Helpers Discussions Twitter LICENSE

Dragonfly client written in Rust. It can serve as both a peer and a seed peer.

Documentation

You can find the full documentation on the d7y.io.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.