File: Cargo.toml.orig

package info (click to toggle)
rust-unicode-casing 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 315; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[package]
name = "unicode-casing"
version = "0.1.0"
description = "Titlecase helper function on characters."
repository = "https://github.com/RustPython/unicode-casing"
license = "MIT"
authors = ["Joey Hain <jmhain@protonmail.com>"]
edition = "2018"

[dependencies]