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