File: Cargo.toml.orig

package info (click to toggle)
rust-escape-string 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 76 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "escape_string"
version = "0.1.2"
authors = ["Charles Samuels <kalle@eventures.vc>", "e.ventures Management LLC"]
license = "BSD-2-Clause"
description = "Efficiently parse backslash-escaped strings"
repository = "https://github.com/njaard/sonnerie"
keywords = ["string", "parse", "escape"]
documentation = "https://docs.rs/escape_string/"

[dependencies]