diff --git a/registry/rustfs.toml b/registry/rustfs.toml new file mode 100644 index 0000000000..8ea5ce8793 --- /dev/null +++ b/registry/rustfs.toml @@ -0,0 +1,3 @@ +backends = ["github:rustfs/rustfs"] +description = "High-performance, distributed, S3-compatible object storage system written in Rust" +test = { cmd = "rustfs -V", expected = "rustfs {{version}}" }