Cargo.toml raw

   1  [package]
   2  name = "pickle"
   3  version = "0.1.0"
   4  edition = "2024"
   5  description = "CSP/Actor model architecture for Rust applications"
   6  license = "AGPL-3.0-or-later"
   7  repository = "https://git.smesh.lol/pickle"
   8  
   9  [dependencies]
  10  crossbeam-channel = "0.5"
  11