File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ [package ]
2+ name  = " hackeros_connect" 
3+ version  = " 0.1.0" 
4+ edition  = " 2021" 
5+ build  = " build.rs" 
6+ 
7+ [lib ]
8+ crate-type  = [" cdylib" 
9+ 
10+ [dependencies ]
11+ slint  = { version  = " 1.8" features  = [" backend-android-activity-06" 
12+ tokio  = { version  = " 1" features  = [" full" 
13+ serde  = { version  = " 1.0" features  = [" derive" 
14+ serde_json  = " 1.0" 
15+ rand  = " 0.8" 
16+ whoami  = " 1.5" 
17+ 
18+ [build-dependencies ]
19+ slint-build  = " 1.8" 
20+ 
21+ [package .metadata .android ]
22+ resources  = " res" 
23+ 
24+ [package .metadata .android .application ]
25+ label  = " Hackeros Connect" 
26+ icon  = " @mipmap/ic_launcher" 
27+ 
28+ [[package .metadata .android .uses_permission ]]
29+ name  = " android.permission.INTERNET" 
30+ 
31+ [[package .metadata .android .uses_permission ]]
32+ name  = " android.permission.ACCESS_NETWORK_STATE" 
33+ 
34+ [[package .metadata .android .uses_permission ]]
35+ name  = " android.permission.ACCESS_WIFI_STATE" 
136
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments