mirror of
https://github.com/fluencelabs/fluid
synced 2025-06-27 03:51:33 +00:00
rust-workshop => backend-rust
This commit is contained in:
24
backend-rust/step1-json-api/Cargo.toml
Normal file
24
backend-rust/step1-json-api/Cargo.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "fluid"
|
||||
version = "0.1.0"
|
||||
authors = ["Fluence Labs"]
|
||||
publish = false
|
||||
description = "Decentralized feed built on Fluence"
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
name = "fluid"
|
||||
path = "src/lib.rs"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[profile.release]
|
||||
debug = false
|
||||
lto = true
|
||||
opt-level = "z"
|
||||
panic = "abort"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "=1.0.88", features = ["derive"] }
|
||||
serde_json = { version = "=1.0.38", features = ["raw_value"] }
|
||||
log = "0.4"
|
||||
fluence = { version = "0.1.6", features = ["wasm_logger"] }
|
Reference in New Issue
Block a user