From f1c4d868415acfd0c31bca5e15a99bef5bf7286f Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 May 2025 16:07:58 -0600 Subject: [PATCH] smb-rs: add wip recipe --- recipes/wip/net/other/smb-rs/recipe.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/wip/net/other/smb-rs/recipe.toml diff --git a/recipes/wip/net/other/smb-rs/recipe.toml b/recipes/wip/net/other/smb-rs/recipe.toml new file mode 100644 index 00000000..815321ed --- /dev/null +++ b/recipes/wip/net/other/smb-rs/recipe.toml @@ -0,0 +1,9 @@ +#TODO: fix aws-lc-sys compilation +[source] +git = "https://github.com/AvivNaaman/smb-rs" + +[build] +template = "custom" +script = """ +cookbook_cargo_packages smb-cli +"""