# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "olin" version = "0.3.0" authors = ["Christine Dodrill "] description = "A small runtime library to help out programs linked against CommonWA targeting Olin. This will only be useful on the wasm32-unknown-unknown target." homepage = "https://github.com/Xe/olin" license = "MIT" repository = "https://github.com/Xe/olin" [[bin]] name = "shaman" path = "src/bin/shaman.rs" [[bin]] name = "olinfetch" path = "src/bin/olinfetch.rs" [[bin]] name = "allyourlogs" path = "src/bin/allyourlogs.rs" [[bin]] name = "allyourargs" path = "src/bin/allyourargs.rs" [[bin]] name = "magic_conch" path = "src/bin/magic_conch.rs" [dependencies.chrono] version = "0.4" [dependencies.http] version = "0.1" [dependencies.httparse] version = "1.3.2" [dependencies.wee_alloc] version = "0.4.3"