You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
its unclear if both or either actually work with windows paths and docker bind mounts. lets do some investigation on so that we can know then followup with windows specific docs if we need them
The text was updated successfully, but these errors were encountered:
Hello, I am on Windows 10 using the Git Bash terminal and this command always results in error: could not find `Cargo.toml` in `/code` or any parent directory
my project folder name is authorizer, here's my command:
i've tried running this command inside the authorizer folder and 1 level above it.
I have already installed rust via rustup-init.exe so I have the .cargo folder in my home directory, although I have not managed to successfully run the rustc compiler on any rust files because I want to do all my compilation and execution inside your docker image
my Cargo.toml
[package]
name = "authorizer"
version = "0.1.0"
authors = ["redacted"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
the documentation includes a the following suggested way to run this container
this is actually what the serverless-rust plugin does
its unclear if both or either actually work with windows paths and docker bind mounts. lets do some investigation on so that we can know then followup with windows specific docs if we need them
The text was updated successfully, but these errors were encountered: