[#3] Added a library target.
This commit is contained in:
parent
c5b85107c4
commit
06159cad28
11
Cargo.toml
11
Cargo.toml
@ -10,4 +10,15 @@ license-file = "LICENSE.md"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "arcanum"
|
||||||
|
path = "src/lib.rs"
|
||||||
|
crate-type = ["lib"]
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "arcanum"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user