diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-04-07 09:18:04 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-04-07 09:26:35 +0200 |
| commit | 30fad8d78135e72cf671d1b01ee1b1c6643ff21c (patch) | |
| tree | 64b629ff5a03c107980f983d2fe3e3b0fc4736e8 /talpid_cli | |
| parent | 5701c32ba8ff9ab7fbc2712d813287c812bc5aef (diff) | |
| download | mullvadvpn-30fad8d78135e72cf671d1b01ee1b1c6643ff21c.tar.xz mullvadvpn-30fad8d78135e72cf671d1b01ee1b1c6643ff21c.zip | |
Move talpid_core from root to member
Diffstat (limited to 'talpid_cli')
| -rw-r--r-- | talpid_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid_cli/Cargo.toml b/talpid_cli/Cargo.toml index bc2111bb0d..e6e0cefd55 100644 --- a/talpid_cli/Cargo.toml +++ b/talpid_cli/Cargo.toml @@ -11,4 +11,4 @@ log = "0.3" env_logger = "0.4" [dependencies.talpid_core] -path = "../" +path = "../talpid_core" |
