From b2ebe247e61e3728e1f36e559efb2670322ccf59 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 25 Jul 2022 22:38:48 +0000 Subject: [PATCH] add stub users script --- web3-proxy/src/bin/users.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 web3-proxy/src/bin/users.rs diff --git a/web3-proxy/src/bin/users.rs b/web3-proxy/src/bin/users.rs new file mode 100644 index 00000000..2e6431cd --- /dev/null +++ b/web3-proxy/src/bin/users.rs @@ -0,0 +1,3 @@ +fn main() { + println!("hello, world"); +}