refactor: split up bin and lib
This commit is contained in:
@@ -21,3 +21,11 @@ futures = "0.1.25"
|
||||
|
||||
[patch.crates-io]
|
||||
tokio-pty-process = {path = "vendor/stund/tokio-pty-process"}
|
||||
|
||||
[lib]
|
||||
name = "webterm"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "webterm-server"
|
||||
path = "src/server.rs"
|
||||
Reference in New Issue
Block a user