{ "name": "dayjs-rs", "version": "0.1.0", "description": "dayjs for rust", "main": "index.js", "scripts": { "test": "cargo test", "build": "cargo build", "fmt": "cargo fmt --all && cargro fix --allow-dirty --allow-staged", "login": "cargo login --registry crates-io", "publish": "cargo publish --registry crates-io" }, "repository": { "type": "git", "url": "https://github.com/guobin211/dayjs.git" }, "private": true }