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

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