lib target; working doctests
also paves the way for further cleanups
This commit is contained in:
parent
7093280d80
commit
60956b6303
7 changed files with 50 additions and 27 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "Plenum-Bot"
|
||||
name = "plenum_bot"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -21,3 +21,11 @@ serde = {version = "1.0.204", features = ["derive"]}
|
|||
serde_json = "1.0.122"
|
||||
colored = "2.1.0"
|
||||
nom = "7.1.3"
|
||||
|
||||
[[bin]]
|
||||
name = "Plenum-Bot"
|
||||
path = "src/main.rs"
|
||||
|
||||
[lib]
|
||||
name = "cccron_lib"
|
||||
path = "src/lib.rs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue