Dragonfly client written in Rust
Go to file
dependabot[bot] 6bd0018851
chore(deps): Bump serde_json from 1.0.113 to 1.0.114 (#274)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114)

---
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-02-27 10:41:47 +08:00
.github chore(deps): Bump actions/cache from 3 to 4 (#226) 2024-01-23 12:08:51 +08:00
src feat: rewrite registry mirror request (#278) 2024-02-26 23:11:45 +08:00
.gitignore feat: add Cargo.lock to project and change announce interval (#196) 2024-01-04 17:44:22 +08:00
CONTRIBUTING.md feat: add default paths and rename dfdaemon to client (#8) 2023-04-12 18:43:20 +08:00
Cargo.lock chore(deps): Bump serde_json from 1.0.113 to 1.0.114 (#274) 2024-02-27 10:41:47 +08:00
Cargo.toml chore(deps): Bump rocksdb from 0.21.0 to 0.22.0 (#273) 2024-02-27 10:41:16 +08:00
Dockerfile feat: add Cargo.lock to project and change announce interval (#196) 2024-01-04 17:44:22 +08:00
LICENSE Initial commit 2023-03-17 18:25:15 +08:00
README.md feat: add default paths and rename dfdaemon to client (#8) 2023-04-12 18:43:20 +08:00
codecov.yml chore: add codecov for testing (#3) 2023-03-24 18:05:05 +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.