Cargo.toml

This commit is contained in:
howardwu 2020-08-21 04:17:20 -07:00
parent a3c269e111
commit 4209f9a159

View File

@ -12,6 +12,7 @@ license = "GPL-3.0"
edition = "2018"
[lib]
name = "leo_lib"
path = "leo/lib.rs"
[[bin]]