aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-relay/README.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: remove outdated comments about rustls/ring licenseSteven Engler2025-08-211-3/+1
|
* arti-relay: Add a binary to the crateDavid Goulet2024-10-101-0/+33
| | | | | | | | | | | | At the moment, it is an empty main() acting as a place holder for this crate to become solely a binary crate. Write up a basic README.md in order to explain the current state. Next commit will remove the libary component by renaming lib.rs Part of #1674 Signed-off-by: David Goulet <[email protected]>
* relay: Add relay cargo feature flag and subcommandDavid Goulet2024-06-111-0/+0
Add the optional non default feature flag "relay" that will be used to enable relay support of arti. This commit also adds the "relay" subcommand to arti binary conditionnal on the feature flag in order to have a place holder starting point. Signed-off-by: David Goulet <[email protected]>