summaryrefslogtreecommitdiffstats
path: root/rust/regex-rs/Cargo.toml
blob: a6301bd4de4ff1a1023bc3d1dde4718920065005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "regex-rs"
version = "0.1.0"
authors = ["Alexander Batischev <eual.jp@gmail.com>"]
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
strprintf = { path="../strprintf" }

bitflags = "2.6"
libc = ">=0.2.69"
gettext-rs = "0.7.1"