Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
[package] name = "file_locking" version = "0.1.0" edition = "2021" [dependencies] errno = "0.3.10" [lib] name = "file_locking" path = "source/file_locking.rs"
[package] name = "file_locking" version = "0.1.0" edition = "2021" [dependencies] errno = "0.3.10" [lib] name = "file_locking" path = "source/file_locking.rs"