File: Cargo.toml.orig

package info (click to toggle)
rust-concat-string 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[package]
name = "concat-string"
version = "1.0.1"
authors = ["FaultyRAM <explodingpsu@gmail.com>"]
description = "Provides macros for concatenating string slices into owned strings."
repository = "https://github.com/FaultyRAM/concat-string"
readme = "README.md"
keywords = ["concatenation"]
categories = ["rust-patterns"]
license = "Apache-2.0 OR MIT"