2022-10-27 22:44:54 -04:00
|
|
|
[package]
|
2022-10-28 13:57:48 -04:00
|
|
|
name = "lox_test"
|
2022-10-27 22:44:54 -04:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
lox = { git = "https://git-crysp.uwaterloo.ca/iang/lox.git" }
|
|
|
|
ed25519-dalek = "1"
|