Replies: 1 comment
-
Both files are empty for me so I can't see the errors reported. Can you make either a paste/gist or put the error statements into code blocks in the discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application's
Cargo.toml
, I have usedtokio
this way:This builds w/o any problem.
But, changing `tokio' dependency to just this:
the build fails ( file attached -> app-build.output.txt app-build-output.txt )
Just to give it a shot, I have tried to build
ractor
separately, with the followingCargo.toml
entries:the build fails ( file attached -> ractor-build-output.txt ractor-build-output.txt ).
I am not an expert in Cargo entries. Also, I want to build an application on
ractor
, assuming that all dependencies ofractor
are clearly specified. I have gone ahead with mentioning thefeatures
fortokio
.May be you are aware of this already, yet I thought I should bring it up and seek a solution.
Beta Was this translation helpful? Give feedback.
All reactions