mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
11 lines
202 B
TOML
11 lines
202 B
TOML
[package]
|
|
name = "rustic_testing"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
aho-corasick = { workspace = true }
|
|
once_cell = { workspace = true }
|
|
tempfile = { workspace = true }
|