File: Cargo.toml.orig

package info (click to toggle)
rust-const-cstr 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
[package]
name = "const-cstr"
version = "0.3.0"
authors = ["Austin Bonander <austin.bonander@gmail.com>"]
description = "Create static C-compatible strings from Rust string literals."
license = "MIT OR Apache-2.0"
repository = "https://github.com/cybergeek94/const-cstr"