[package] name = "paste" version = "0.1.0" edition = "2021" publish = false description = "Clipboard log UI — example app for CanService" [[bin]] name = "paste" path = "src/main.rs" [dependencies] axum = { version = "0.8", features = ["multipart"] } tokio = { version = "1", features = ["full"] } reqwest = { version = "0.12", features = ["multipart", "json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" open = "5" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }