[package] name = "milkbox" version = "0.0.14" edition = "2021" description = "A collections of daily utils." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.26" dirs = "5.0.1" eyre = "0.6.8" raindrop = "0.1.0" serde = { version = "1.0.162", features = ["derive"] } serde_json = "1.0.96" tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] } [[bin]] name = "pyformat" [[bin]] name = "pyright-venv" [[bin]] name = "url-parse" [[bin]] name = "rust-playground"