You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [package]
- name = "shared-memory-server"
- version.workspace = true
- edition = "2021"
- license = "Apache-2.0"
-
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
- [dependencies]
- eyre = "0.6.8"
- serde = { version = "1.0.152", features = ["derive"] }
- shared_memory = "0.12.0"
- # TODO use upstream release once https://github.com/elast0ny/raw_sync-rs/pull/29 is merged
- raw_sync = { git = "https://github.com/cameronelliott/raw_sync-rs.git" }
- bincode = "1.3.3"
- tracing = "0.1.37"
|