init rust stuff
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "mis-interpreter"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Rivulet <cadenream@cadencoaster.com>"]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
worker = { version = "0.6", features = ['http', 'axum'] }
|
||||
worker-macros = { version = "0.6", features = ['http'] }
|
||||
axum = { version = "0.8", default-features = false }
|
||||
tower-service = "0.3.3"
|
||||
Reference in New Issue
Block a user