[package] name = "serica" version = "0.0.1" edition = "2021" license = "MIT" authors = ["Sino Team "] description = "The Sino Package Registry" homepage = "https://github.com/sino-lang/serica" repository = "https://github.com/sino-lang/serica" keywords = ["serica", "seres"] categories = ["sino"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0" tokio = { version = "1", features = ["full"] }