File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ version = "0.1.0"
33edition = " 2024"
44rust-version = " 1.88"
55license = " MIT"
6- homepage = " https://github.com/base /roxy"
7- repository = " https://github.com/base /roxy"
6+ homepage = " https://github.com/refcell /roxy"
7+ repository = " https://github.com/refcell /roxy"
88
99[workspace ]
1010resolver = " 2"
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ Validate configuration without starting:
102102| routing | Method routing rules and blocked methods |
103103| metrics | Prometheus metrics endpoint |
104104
105+ ## Acknowledgments
106+
107+ Roxy's design draws inspiration from the [ commonwarexyz/monorepo] ( https://github.com/commonwarexyz/monorepo ) .
108+
105109## License
106110
107111MIT
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
Original file line number Diff line number Diff line change 11#![ doc = include_str ! ( "../README.md" ) ]
2- #![ doc( issue_tracker_base_url = "https://github.com/base /roxy/issues/" ) ]
2+ #![ doc( issue_tracker_base_url = "https://github.com/refcell /roxy/issues/" ) ]
33#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
44#![ cfg_attr( not( test) , warn( unused_crate_dependencies) ) ]
55
You can’t perform that action at this time.
0 commit comments