enterprise/symbol/Cargo.toml
2020-02-17 01:46:03 -06:00

11 lines
262 B
TOML

[package]
name = "symbol"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lazy_static = "1.4.0"
spin = "0.5.2"