enterprise/symbol/Cargo.toml

14 lines
305 B
TOML
Raw Normal View History

2020-02-17 07:46:03 +00:00
[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"
serde_derive = "1.0.104"
serde = "1.0.104"