mirror of
https://github.com/facebook/sapling.git
synced 2025-01-07 14:10:42 +03:00
12 lines
144 B
TOML
12 lines
144 B
TOML
|
[package]
|
||
|
name = "fsyncglob"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
glob = "0.3"
|
||
|
tracing = "0.1"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
tempfile = "3"
|