diff --git a/crates/lox-utils/Cargo.toml b/crates/lox-utils/Cargo.toml new file mode 100644 index 0000000..7877b08 --- /dev/null +++ b/crates/lox-utils/Cargo.toml @@ -0,0 +1,26 @@ +[package] +name = "lox-utils" +version = "0.1.0" +authors = ["The Tor Project, Inc.", "Lindsey Tulloch , +} + +#[derive(Debug, Deserialize, Serialize)] +pub struct LoxCredential { + pub lox_credential: Lox, + pub bridgeline: Option, + pub invitation: Option, +}