lib target; working doctests

also paves the way for further cleanups
This commit is contained in:
nobody 2024-08-20 08:38:20 +02:00 committed by murmeldin
parent 7093280d80
commit 60956b6303
7 changed files with 50 additions and 27 deletions

View file

@ -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"