Separate Python and Rust into python/ and rust/ with per-stack Dockerfiles
This commit is contained in:
11
rust/myfsio-engine/crates/myfsio-common/Cargo.toml
Normal file
11
rust/myfsio-engine/crates/myfsio-common/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "myfsio-common"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
Reference in New Issue
Block a user