summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4e938a18c1e6f8b84f3f2584cc24800f5c48ffb8 (plain)
1
2
3
4
5
6
7
8
[package]
name = "rafs"
version = "0.1.0"
authors = ["Kjetil Orbekk <kj@orbekk.com>"]

[dependencies]
fuse = "0.3"
libc = "0.2"