# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "transfer_market" version = "0.1.0" authors = ["Kim_Jin_Pyo"] description = "This is my second project after learning Rust. I should try to make the code cleaner." license = "MIT" [[bin]] name = "transfer_market_server" path = "src/transfer_market_server.rs" [[bin]] name = "transfer_market_client" path = "src/transfer_market_client.rs" [dependencies]