diff options
author | Shav Kinderlehrer <[email protected]> | 2024-04-05 22:41:10 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2024-04-05 22:41:10 -0400 |
commit | fd0a9302450a4f5e0108d03a95db1601c00b5e4c (patch) | |
tree | 0148f837b026707a7a6ba235a376111e07b02899 /src/post.rs | |
download | chela-fd0a9302450a4f5e0108d03a95db1601c00b5e4c.tar.gz chela-fd0a9302450a4f5e0108d03a95db1601c00b5e4c.zip |
Implement get
Diffstat (limited to 'src/post.rs')
-rw-r--r-- | src/post.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post.rs b/src/post.rs new file mode 100644 index 0000000..d3d1257 --- /dev/null +++ b/src/post.rs @@ -0,0 +1,3 @@ +pub async fn create_link() { + +} |