File: Cargo.toml.orig

package info (click to toggle)
rust-separator 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 192 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[package]
name = "separator"
version = "0.4.0"
authors = ["Saghm Rossi <saghmrossi@gmail.com>"]
description = "Formats numbers into strings with thousands separators for readability."
repository = "https://github.com/saghm/rust-separator"
readme = "README.md"
keywords = ["comma", "separate", "num", "number", "split"]
license = "MIT"