Update lox-library Cargo.toml for workspace

This commit is contained in:
onyinyang 2023-06-05 14:39:10 -04:00
parent 43e9a04320
commit 02306582de
No known key found for this signature in database
GPG Key ID: 156A6435430C2036
1 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ name = "lox"
version = "0.1.0"
authors = ["Ian Goldberg <iang@uwaterloo.ca>"]
edition = "2018"
rust-version = "1.65.0"
homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox-project/~/wikis/home"
description = "Main Lox library with protocols and functions that that make up Lox"
keywords = ["tor", "lox", "bridges"]
[dependencies]
curve25519-dalek = { package = "curve25519-dalek-ng", version = "3", default-features = false, features = ["serde", "std"] }
@ -13,7 +17,7 @@ bincode = "1"
chrono = "0.4"
rand = "0.7"
serde = "1"
serde_with = "1.9.1"
serde_with = "3.0.0"
sha2 = "0.9"
statistical = "1.0.0"
lazy_static = "1"