From 126d9293503d908fa66a752b904248b5b3b58b7d Mon Sep 17 00:00:00 2001 From: DarkSky Date: Wed, 3 Aug 2022 01:06:17 +0800 Subject: [PATCH] feat: jwst comming soon --- libs/datasource/jwst/Cargo.toml | 8 ++++++++ libs/datasource/jwst/src/lib.rs | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 libs/datasource/jwst/Cargo.toml create mode 100644 libs/datasource/jwst/src/lib.rs diff --git a/libs/datasource/jwst/Cargo.toml b/libs/datasource/jwst/Cargo.toml new file mode 100644 index 0000000000..97a9345f9f --- /dev/null +++ b/libs/datasource/jwst/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "jwst" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] diff --git a/libs/datasource/jwst/src/lib.rs b/libs/datasource/jwst/src/lib.rs new file mode 100644 index 0000000000..6dad9e8b9d --- /dev/null +++ b/libs/datasource/jwst/src/lib.rs @@ -0,0 +1,2 @@ +// Open Source version coming soon +// the rust version of jwt