[[bin]]
name = "workerd"
path = "src/main.rs"
[build-dependencies.chrono]
version = "0.4.39"
[build-dependencies.satway_build]
version = "0.1.18"
[dependencies.axum]
version = "0.8.1"
[dependencies.chrono]
version = "0.4.39"
[dependencies.satway_build]
version = "0.1.18"
[dependencies.serde]
features = ["serde_derive"]
version = "1.0.217"
[dependencies.serde_json]
version = "1.0.135"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[package]
authors = ["zhangjianshe <zhangjianshe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "personal assistant running on local machine"
edition = "2021"
homepage = "https://github.com/zhangjianshe/workerd.git"
keywords = ["persoanl", "app", "assistary", "note", "tools"]
license = "MIT"
name = "workerd"
publish = true
readme = "README.md"
repository = "https://github.com/zhangjianshe/workerd.git"
version = "0.1.5"