feat: clone from https://github.com/miquels/webdav-server-rs
This commit is contained in:
30
fs_quota/Cargo.toml
Normal file
30
fs_quota/Cargo.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[package]
|
||||
name = "fs-quota"
|
||||
|
||||
# When releasing to crates.io:
|
||||
# - Update html_root_url in src/lib.rs
|
||||
# - Update CHANGELOG.md.
|
||||
# - Run: cargo readme > README.md
|
||||
# - Create git tag fs-quota-0.x.y
|
||||
version = "0.1.0"
|
||||
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/fs-quota"
|
||||
repository = "https://github.com/miquels/webdav-server-rs"
|
||||
homepage = "https://github.com/miquels/webdav-server-rs/tree/master/fs_quota"
|
||||
authors = ["Miquel van Smoorenburg <mike@langeraar.net>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
keywords = ["quota"]
|
||||
categories = ["filesystem"]
|
||||
|
||||
[features]
|
||||
nfs = []
|
||||
default = ["nfs"]
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.66"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.82"
|
||||
log = "0.4.13"
|
||||
Reference in New Issue
Block a user