[package] name = "shit-post-web-api" version = "0.1.0" edition = "2021" [dependencies] tokio = { features = ["rt-multi-thread", "macros"] } poem = {} sea-orm = { version = "^0.12.0", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] } tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } tera = {} serde = {} serde_json = {} redis = "0.24.0" #workspaces # local libs shit-post-db = { path = "../db_shit"} telegram-bot = { path = "../telegram_bot" }