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
So that we can add a target called memcache-cli, for people can install it with cargo install, and use it as a command line tool to operate memcached data.
The text was updated successfully, but these errors were encountered:
We can add a subfolder and marks it as
bin
inCargo.toml
, so that we can build a executable withcargo build
orcargo install
. There is an example: https://github.com/shadowsocks/shadowsocks-rust/blob/master/Cargo.tomlSo that we can add a target called
memcache-cli
, for people can install it withcargo install
, and use it as a command line tool to operate memcached data.The text was updated successfully, but these errors were encountered: