7 changed files with 53 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||||
|
/target/ |
||||
|
**/*.rs.bk |
||||
@ -0,0 +1,12 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="CargoProjects"> |
||||
|
<cargoProject FILE="$PROJECT_DIR$/Cargo.toml" /> |
||||
|
</component> |
||||
|
<component name="ProjectRootManager"> |
||||
|
<output url="file://$PROJECT_DIR$/out" /> |
||||
|
</component> |
||||
|
<component name="RustProjectSettings"> |
||||
|
<option name="toolchainHomeDirectory" value="$USER_HOME$/.cargo/bin" /> |
||||
|
</component> |
||||
|
</project> |
||||
@ -0,0 +1,8 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="ProjectModuleManager"> |
||||
|
<modules> |
||||
|
<module fileurl="file://$PROJECT_DIR$/tcpsnif.iml" filepath="$PROJECT_DIR$/tcpsnif.iml" /> |
||||
|
</modules> |
||||
|
</component> |
||||
|
</project> |
||||
@ -0,0 +1,6 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<project version="4"> |
||||
|
<component name="VcsDirectoryMappings"> |
||||
|
<mapping directory="" vcs="Git" /> |
||||
|
</component> |
||||
|
</project> |
||||
@ -0,0 +1,4 @@ |
|||||
|
[[package]] |
||||
|
name = "tcpsnif" |
||||
|
version = "0.1.0" |
||||
|
|
||||
@ -0,0 +1,6 @@ |
|||||
|
[package] |
||||
|
name = "tcpsnif" |
||||
|
version = "0.1.0" |
||||
|
authors = ["Michael Preisach <michael@preisach.at>"] |
||||
|
|
||||
|
[dependencies] |
||||
@ -0,0 +1,15 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<module type="RUST_MODULE" version="4"> |
||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true"> |
||||
|
<exclude-output /> |
||||
|
<content url="file://$MODULE_DIR$"> |
||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> |
||||
|
<sourceFolder url="file://$MODULE_DIR$/examples" isTestSource="false" /> |
||||
|
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" /> |
||||
|
<sourceFolder url="file://$MODULE_DIR$/benches" isTestSource="true" /> |
||||
|
<excludeFolder url="file://$MODULE_DIR$/target" /> |
||||
|
</content> |
||||
|
<orderEntry type="inheritedJdk" /> |
||||
|
<orderEntry type="sourceFolder" forTests="false" /> |
||||
|
</component> |
||||
|
</module> |
||||
Loading…
Reference in new issue