summaryrefslogtreecommitdiffstats
path: root/fluent-bit/examples/wasi_serde_json/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/examples/wasi_serde_json/Cargo.toml')
-rw-r--r--fluent-bit/examples/wasi_serde_json/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/fluent-bit/examples/wasi_serde_json/Cargo.toml b/fluent-bit/examples/wasi_serde_json/Cargo.toml
new file mode 100644
index 000000000..c9778b46d
--- /dev/null
+++ b/fluent-bit/examples/wasi_serde_json/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "wasi_serde_json"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+serde_json = "1.0"
+chrono = "0.4" \ No newline at end of file