add base
This commit is contained in:
13
twatch/Cargo.toml
Normal file
13
twatch/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "twatch"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
twatch_core = {path="../twatch_core"}
|
||||
tokio = {version="1.17.0", features=["full"]}
|
||||
env_logger="0.9.0"
|
||||
log = "0.4.16"
|
||||
dotenv = "0.15.0"
|
Reference in New Issue
Block a user